




#formbox {
width:344px;
font-size:1.0em;
padding:0px 0px 0px 0px;
float:right;
}

.form_leftcol_full	{
	width: 544px;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-bottom:6px;
	}

.form_row	{
	margin-top: 4px;
	clear: both;
	}

.form_leftcol	{
	width: 171px;
	float: left;
	text-align: left;
	font-weight: normal;
}

.form_rightcol	{
	display: inline;
	text-align: left;
	
}


.form_mssgecol	{
	width: 344px;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
}
	
/*FORM FIELDS*/
.superfield {
	margin:0;
	padding: 2px 0px 1px 2px;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6; /*e6e6e6 */
	background-color:#e6e6e6;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    color:#444;
    font-size:11px;
	height: 1.5em;
    min-height: 1.5em;
	width:166px;
}
.message {
	margin:0;
	padding: 3px 0px 1px 2px;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	background-color:#e6e6e6;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    color:#444;
    font-size:11px;
	height:8em;
    min-height: 6em;
	width:340px;
}





