/* remember to define focus styles! */
:focus {
	outline: 0;
}


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


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 12px verdana,arial,sans-serif;
	margin: 0;
	padding: 0 5px 10px 0;
	line-height: 16px;
	background-color: #c5c6c7;
	text-align: right;
}
form img{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	border: 0;
	}
form fieldset {
	padding: 10px;
	border: 0;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#7f8084;
	font-size: 12px;
	width: 60px;
}

form fieldset legend {
	font-size: 12px; word-spacing: 1px; letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
}

form br {
	clear:left;
}
form small {
	color: #FF0000; font-size: 10px;
	font-weight: normal;
}
form .input {
	border:  #999999 1px solid;
	}
form .input_small {
	border:  #999999 1px solid;
	}
form .input_large {
	border:  #999999 1px solid;
	}
div.smallText {
	margin: 0 0 0 130px;
	font-size: 10px; color: #999999; line-height: 16px;
}
.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: 0 0 30px 70px;
}

form .errorBg
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}
form .errorBgSmall
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}
form .errorBgLarge
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}
.cmdSubmit {
	background-color:transparent;
	margin-left: 140px;
}
	
p.clear { clear:both;}	
/* End of Website layout */

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