/* MAIN CSS SETTINGS */
body {
/*background-color: #fff;*/
}

hr {
border: none;
border-top: 1px dashed #FF9900;
margin-top:0px;
height: 1px;
}
td {
font-family:'Verdana','Lucida Grande','Arial';
font-size:12px;
padding: 5px;
}
.good {
color: #8EC400;
/*color: #FF9900;*/
font-weight: bold;
}
.err {
/*color: #CC0000;*/
color: #FF9900;
font-weight: bold;
}
.form_style {
border: solid 1px #EEEEEE;
/*background-color: #EEEEEE;*/
}
.input_style {
padding: 2px;
font-size:12px;
border: solid 1px #808080;
color: #000000;
background-color: #FFFFFF;
}
.no_marg{
margin-bottom: 0;
}
.ubutton {
font-size: 11px;
height:24px;

padding-bottom:2px;
padding-left:5px;
padding-right:5px;

background-color: #DDDDDD;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6F6F6F;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

.req {
color: #FF9900;
font-weight: bold;
}

.line_h {
line-height: 18px !important;
}

/* SUCCESS SCREEN ALT */
.row_color1 {
    background-color: #FFFFFF;
}
.row_color2 {
    background-color: #FFFFFF;
}

.thanks {
color: #57861a;
border: solid 1px #8EC400;
}

/* Alert Boxes -------------------------------------------------- */

.nopad_lrt {
padding-top:0px;
padding-left:0px;
padding-right:0px;
}

span.error {
	color: #cc0000;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffd6d6 url(images/icons/error.png) 10px 50% no-repeat;
}
span.info {
	color: #0055bb;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #d8e5f8 url(images/icons/info.png) 10px 50% no-repeat;
}
span.alert {
	color: #333333;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fef6d8 url(images/icons/alert.png) 10px 50% no-repeat;
}
span.success {
	color: #57861a;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #eef7dd url(images/icons/check.gif) 10px 50% no-repeat;
}
span.error, span.info, span.alert, span.success {
	display: block;
	margin: 4px;
	-moz-box-shadow:0px 0px 2px #444;
	-webkit-box-shadow:0px 0px 2px #444;
	box-shadow:0px 0px 2px #444;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-weight: bold;
}