@charset "utf-8";
/* CSS Document */


/*
------------------------------
CSS FOR Form
------------------------------
*/


#form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size:13px; line-height:25px;
	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 #000000 solid;
			}
	#form fieldset {
		border-bottom: #E8E9E9 1px solid;
		padding: 10px 10px 20px;       /* 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: 130px; 
		padding: 0 10px 0 0; line-height:25px;
		margin: 0 0 5px 0; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
		color:#333333;
	}
	#form label.nofloat { 
		display: inline;  /* block float the labels to left column, set a width */
		float: none; 
		width: 130px; 
		padding: 0 10px 0 0; line-height:25px;
		margin: 0 0 5px 0; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
		color:#333333;
	}	
	
	#form fieldset legend {
		color:#000000; padding: 0 5px 0;
	}

	#form br {
		clear:both;
		}
	#form small {
		color: #FF0000; 
		font-weight: normal;
		}
		
		#form .input {
			width: 210px; height:25px;
			background: #FFFFFF url(../../img/bg_input.gif) top right no-repeat;
			border:  #ECECEC 1px solid;
			margin-bottom:4px;
			}
		#form .select {
			width: 172px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:4px;
			}
		#form .textarea {
			width: 300px; height:145px;
			background: #FFFFFF url(../../img/bg_input.gif) top right no-repeat;
			border:  #ECECEC 1px solid;
			margin-bottom:4px;
			}
		#form .input_small {
			width: 100px;
			border:  #CCCCCC 1px solid;
			margin-bottom:4px;
			}

		#form .submit { 
			background: url(../../img/bg_link_02.gif) 0 0 no-repeat;
			color:#FFFFFF; text-decoration: none; font-weight:bold; letter-spacing:2px;
			width:210px; height:40px; display:block; padding-left:20px; margin:5px 0 0 150px; border:0; float:left;
			text-align: left; cursor: pointer;}
		#form .submit:hover { 
			color:#000000; background-position:0 -40px !important;}	
		#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;*/
		}

		.text_small {
			
			font-size: 11px !important; color: #666666; line-height: 18px;
		}
		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;
	}
			