@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:#FFFFFF; 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: #0D4A7C 1px solid;
		padding: 10px;       /* 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: 90px; 
		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:#CCCCCC; font-size: 11px;
	}
	
	form fieldset legend {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF; 
		font-weight:normal;	font-style:italic;
		line-height: 0; padding: 5px 5px 0;
	}

	form br {
		clear:both;
		}
	form small {
		color: #FF0000; font-size: 10px;
		font-weight: normal;
		}
		
		form .input {
			width: 150px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:4px;
			}
		form .select {
			width: 152px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:4px;
			}
		form .textarea {
			width: 150px;
			background: #FFFFFF;
			border:  #333333 1px solid;
			margin-bottom:4px;
			}
		form .input_small {
			width: 100px;
			border:  #CCCCCC 1px solid;
			margin-bottom:4px;
			}

		#form .submit { 
			background: url(../../img/btt_general.gif) 0 0 no-repeat;
			color:#0D4A7C; text-decoration: none; font-weight:bold; font-size:11px; line-height: 30px;
			width:155px !important; height:30px; display:block; padding:0 5px 0 30px; margin:5px 5px 0 0;
			float:right; border:0;
			text-align: left; cursor: pointer;}
		#form .submit:hover { 
			color:#FFFFFF; background-position:0 -30px !important;}	
		#form .submit:focus { 
			outline:0;}						

	.error {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: 17px;
		background: url(../../img/blt_error_2.gif) left top no-repeat;
		height: 70px;
		padding: 5px 5px 5px 70px; margin: 0 0 10px;
		border-top: 1px solid #0D4A7C; border-bottom: 1px solid #0D4A7C;		
		}
	.success {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; line-height: 17px;
		background: url(../../img/blt_success.gif) left top no-repeat;
		height: 40px;
		padding: 5px 5px 5px 70px; margin: 0 0 10px;
		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 */

	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;
	}
			