/*
label
{
width: 8em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}
*/
.input-box
{
float: left;
margin-bottom: 10px;
color: #1C548C;
border: #26a solid 1px
}

.text-after-box
{
text-align: left;
}
.submit-button
{
	text-align: center;
	clear: both;
}

fieldset
{
	border: #26a solid 1px;
	width: 600px;
	background-color: #EEFFFF;
}

legend
{
	background: #FFFFCC;
	border: #26a solid 1px;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
}

.select
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

.form_description
{
	margin-left: 160px;
	font-weight: bold;
}
	
.red {
	color: #FF0000;
}

.row2 {
	height: 25px;	


}

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
	
}


label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
	font-size: 90%;
}

textarea {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 5px;
}

input.submit
{
	margin-left: 160px;

	padding-right: 10px;
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(images/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
} 

.submit-button
{
	margin-left: 160px;
	width: 6em;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(images/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
} 

input.clear
{
	margin-left: 10px;

	padding-right: 10px;
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(images/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
} 

br {
	clear: left;
}
