/*
-------------------
FOOTER ELEMENTS
-------------------
*/


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;
	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: #333333 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:"Trebuchet MS", Verdana, Arial, sans-serif;font-size: 20px; color:#FFFFFF; 
		font-weight:normal;	font-style:italic;
		line-height: 30px; padding: 5px 10px;		
	}

	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;
			}
		div.smallText {
			margin: 0 0 0 130px;
			font-size: 10px; color: #999999; line-height: 16px;
		}
		div.RedRight {			
			font-size: 10px; color:#FF0000; line-height: 16px; text-align:right; padding-bottom: 10px;
		}
		#form .button {			
			font-family:"Trebuchet MS", Verdana, Arial, sans-serif; font-size:12px; color:#000000; text-decoration:none;
			background: url(../../img/btt_style_1.gif) 0 0 no-repeat; 
			width:131px; height:22px; padding:0 0 0 10px; margin:10px 0; display:inline-block;
			text-align:left; line-height:22px; letter-spacing:1px;
			}
		#form .button:hover {
			text-decoration:none; color: #FFFFFF; background-position:0 -22px; 
			}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #CC0000; line-height: 17px;
	background: url(../../img/blt_error.gif) left top no-repeat;
	padding: 10px 5px 30px 70px;
	border-top: 1px solid #F6F1E5;
	border-bottom: 1px solid #F6F1E5;
	margin: 20px 0;
}

form .errorBg {
	width: 150px;
	border: #CC0000 1px solid;
	/*background: #FFAAAA;*/
	}
form .errorBgSmall {
	width: 150px;
	border: #CC0000 1px solid;
	}
form .errorBgLarge {
	width: 250px;
	border: #CC0000 1px solid;
	}


.t_red {color:#FF0000;}
	
p.clear { clear:both;}	
/* End of Website layout */

p{ line-height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}