body{ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333; 
}
h1{ margin-bottom: 10px; }

.button{
	background: none repeat scroll 0 0 #4cb1ce;/*#F3F3F3;*/
    border: 1px solid #027bc7;/*#666;*/
    border-radius: 2px 2px 2px 2px;
    color: #fff;/*#666;*/
    display: inline-block;
    padding: 0 4px;
	line-height: 20px;
	font-size: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease 0s;
	cursor: pointer;
	min-width: 100px;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}
.green{ background: #b5ffb8; border-color: #306d32; color: #306d32; }
.red{ background: #ffb5b5; border-color: #a83c3c; color: #a83c3c; }
.view-button{ background: #ec1c24; border-color: #b41219; color: #fff; }

.required{ color: red; }
.form-error{ margin-top: 3px; font-size: 12px; color: red; }

table.admin-table{ width: 100%; }
table.admin-table tr td{ padding-bottom: 10px; }
table.admin-table tr td:last-child{ padding-left: 10px; }