/* 
Form Styles using formsytle_(n). 
where formstyle_n should be the class of your form
*/ /* Formstyle */

div.collapsable {
	display: none;
}

.formstyle_a label {
	width: auto;
}

.formstyle_a legend {
	background: #A5926F;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	font-weight: bold;
}

.formstyle_a div.options_right {
	font-size: 8pt;
	float: right;
	padding: 10px;
	background: #99bbff;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.formstyle_a fieldset div.content_left {
	float: left;
}

.formstyle_a div.options_right_title {
	text-align: center;
	font-weight: bold;
}

.formstyle_a button{
	font-size: 7pt;
}

.formstyle_a fieldset {
	border-top: 1px solid #A5926F;
	border-left: 1px solid #A5926F;
	border-bottom: 2px solid #A5926F;
	border-right: 2px solid #A5926F;
	clear: both;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
}

.formstyle_a dl {
	clear: both;
	float: left;
	line-height: 100%;
	margin: 15px 0px 15px 0px;
}

.formstyle_a dd {
	float: left;
	margin: 0px;
	line-height: 100%;
}

.formstyle_a dt {
	float: left;
	text-align: left;
	width: 200px;
	margin: 0px;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}


.formstyle_a .button{
font-size: 9pt;
width: auto;
height: auto;

cursor:pointer;
}

.formstyle_a .small_button{
font-size: 8pt;
font-weight:bold;
background: #99bbff;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 1px solid #444444;
border-bottom: 1px solid #444444;
width: auto;
height: auto;
padding: 0px 2px 0px 2px;
margin: 0px 5px 0px 5px;
cursor:pointer;
display:block;float:right;
}


.formstyle_a li{
width: 450px;
padding-bottom: 10px;
color: #003366;
font-family: sans-serif;
font-size: 9pt;
}