@charset "utf-8";
/* CSS Document */

.form {
	display:inline-block;
	font-size:11px;
	margin:0 2.7em 2.7em 2.7em;}
	
.form p{
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 2em 0;
	margin-bottom:3em;
}
	
.form .labels {
	color:#666;
	float:left;
	margin-left:5em;
	width:10em;}
	
.form .labels span, .form .fields span{
	display:block;
	height:26px;}
	
.form .fields .small {
	width:28.3em;}
	
.form .fields .instructions {
	color:#999999;
	font-size:10px;
	float:left;}
	
.form .fields .instructions a{
	color:#333;}
	
.form .fields .instructions a:hover{
	color:#000;}
	
.form .button {
	background:url(../img/buttons/bttn-download.jpg);
	color:#FFFFFF;
	height:1em;
	width: 7em;
	float:right;}
	
.form .fields {
float:right;
width:43em;
_width:440px;}
	
.form .text {
	width:21em;
	color:#666666;
	margin-bottom:5em;
	height:20px;
	background-color:#d9d9d9;}

.form .multiple {
	background-color:#D9D9D9;
	color:#666666;
	display:block;
	float:left;
	height:10em;
	margin-bottom:2em;
	overflow-x:hidden;
	width:21.5em;
}

.form .fields select{
    width:25.5em;
margin:0;}

.form .fields span.multiple{
    height:10em;}

.fields span input.text, .fields span select.text{
_margin:0 0 2px 0;}
