@charset "utf-8";
/* CSS Document */


/*
------------------------------
CSS FOR Form
------------------------------
*/


#form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 11px Verdana, Arial, Helvetica, sans-serif; color:#333333; line-height: 20px; text-align:left;
	margin: 0;
	padding: 0;
	}
	#form img{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
		border: 0;
		}
	#form :focus {
			outline:1px #FFFFFF solid;
			}
	#form fieldset {
		border: none;
		padding: 0;       /* padding in fieldset support spotty in IE */
		margin: 0;
	}
	#form label { 
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 70px; 
		padding: 0 10px 0 0; line-height:20px;
		margin: 0 0 1px 0; /* set top margin same as form input - textarea etc. elements */
		text-align: right;
		color:#333333; font-size: 11px;
	}
	
	#form fieldset legend {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#012678; 
		font-weight:normal;	font-style:italic;
		line-height: 0; padding: 0 5px 0; line-height:20px;
	}

	#form br {
		clear:both;
		}
	#form small {
		color: #FF0000; font-size: 10px;
		font-weight: normal;
		}
		
		#form .input {
			width: 170px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:2px;
			}
		#form .select {
			width: 172px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:2px;
			}
		#form .textarea {
			width: 170px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:2px;
			}
		#form .input_small {
			width: 100px;
			border:  #CCCCCC 1px solid;
			margin-bottom:2px;
			}

		#form .submit { 
			padding:0 10px 0 6px; margin:5px 20px 0 0; float:right;
			}
		#form .submit:focus { 
			outline:0;}		
							

	.error1 {
		background: #FFBBBB url(../../img/blt_error_2.gif) left top no-repeat; width:480px; min-height: 70px;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; line-height: 17px;
		padding: 5px 5px 5px 70px; margin: 0 0 10px; display:block;
		border-top: 1px solid #0D4A7C; border-bottom: 1px solid #0D4A7C;
		}
	.success1 {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; line-height: 17px;
		background: url(../../img/blt_success.gif) left top no-repeat; width:480px;
		height: 40px;
		padding: 5px 5px 5px 70px; margin: 0 0 10px;  display:block;
		border-top: 1px solid #0D4A7C; border-bottom: 1px solid #0D4A7C;		
		}

	#form .errorBg {
		width: 150px;
		border: #CC0000 1px solid; 
		/*background: #FFAAAA;*/
		}

		div.smallText {
			margin: 0 0 0 130px;
			font-size: 10px; color: #999999; line-height: 16px;
		}
		div.RedRight {			
			font-size: 10px; color:#FF0000; line-height: 12px; text-align:right; padding-bottom: 5px;
		}

/* Extra */

	#form p{ line-height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif;}
	p.clear { clear:both;}	
	.t_red {color:#FF0000; text-align:left;}
	
/* remember to define focus styles! */
	
	:focus {
		outline: 0; border:0;
	}
			
			
	#form  .error_msg { color:#ffffff !important; text-decoration: none; font-size:12px !important; line-height: 15px; font-weight:bold; background: #CC0000 left top no-repeat; padding: 10px; margin:5px;}
	#form  .success_msg { color:#000000 !important; text-decoration: none; font-size:12px !important; line-height: 15px; font-weight:bold; background: #98DE01 left top no-repeat;  padding: 10px; margin:5px;}				