/* CSS Document */
#form    {
	width:406px;
	padding:20px 55px;
	border-right:5px solid #e7e7e7;
	font-size:11px;
	float:left;
	clear:none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
#form ol {
	min-height:0
}
* html #form ol {
    height:1%
}
#form fieldset  {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em;
	padding: 0 0 1em;
	border-style: none;
	border: 1px solid #BFBAB0;  
	background-color: #e7e7e7;
}
#form legend {
	padding: 0;
	font-weight: bold;
	color: #000000;
}
#form fieldset ol {  
	padding: 3.5em 1em 0;  
	list-style: none;
	min-height:0;
}
#form fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 1px;

}
#form .cbox li {
    float:none;
    clear:left;
    margin-left:70px;
    display:block;
    width:auto;
}
.cbox input {
    float:none;
    margin:0;
    position:relative;
    top:1px;
}
#form .cbox label {
	float:none;
	width:auto;
	margin:0 0 0 10px;
}
#form fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-top: 2em;
	padding-left: 16em;
	background-color: transparent;
	background-image: none;
}

#form label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
#form legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;
	margin-top: 0.5em;  
	font-size: 135%;
}
#form fieldset.alt {  
	background-color: #E6E3DD;
}

#form fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
#form fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
}
#form fieldset fieldset ol {
	/*position: absolute;*/
	top: -1.5em;
	margin: 0 0 0 5em;
	padding: 0;
}
#form fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: -7em;
}
textarea{
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	width: 190px;
	height: 200px;
	
}


