.form {
	height:auto; 
	margin:0;
	padding:0 0 20px 0;
}


#transparent .form  input {
	display:inline;
	border:1px solid #444; 
	border-top-color:#333;
	background-color: #111; /* IE */
	margin: 10px 0 0 0;
	padding: 2px 9px 2px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	width:375px;
	height:28px;
	color: #989898;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

#transparent .form input:hover { 
	border-color:#4C4C4C;
	border-top-color:#343434;
}

#transparent .form input:focus { 
	box-shadow: 0px 0px 3px #555;
	border-color:#4C4C4C;
	border-top-color:#343434;
}


#transparent .form  textarea {
	display:inline;
	border:1px solid #444;  	
	border-top-color:#333;
	background-color: #111; /* IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin:10px 0;
	padding: 4px 9px 4px 9px;
	font-size: 15px;
	width:375px;
	height:100px;
	color: #989898;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	resize:none;
}

#transparent .form textarea:hover {
	border-color:#4C4C4C;
	border-top-color:#343434;
}

#transparent .form textarea:focus { 
	box-shadow: 0px 0px 3px #555;
	border-color:#4C4C4C;
	border-top-color:#343434;
}


/* button ================================================= */

#trialbeingsubmitted 
{
    height: 60px;
}


#transparent .button {
	display: inline-block;
	width: 125px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	padding: 26px 20px;
	color: #989898;
	margin-right:16px;
	border: solid 1px #444;
	background-color: #222; /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.5));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#292929');
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#transparent .round{
	padding: 6px 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#transparent .button:hover {
	text-decoration: none;
	border: solid 1px #444;
	background-color: #282828; /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0.4),  rgba(0, 0, 0, 0.6));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#252525');
}

#transparent .button:active {
	position: relative;
	top:1px;
	color: #999;
	border: solid 1px #444;
	background-color: #282828; /* IE */
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}

/* ========================================================================

	Manual

======================================================================== */

#manual_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;	
	margin-left:100px;
	margin-top:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 20px;
	color: #989898;
	border: solid 1px #DDD;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#manual_button:hover {
	text-decoration: none;
	border: solid 1px #D2D2D2;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DCDCDC));
	background: -moz-linear-gradient(top,  #fff,  #DCDCDC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DCDCDC');
}

#manual_button:active {
	position: relative;
	top:1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}


/* ========================================================================

		CHECKBOXES

======================================================================== */
.boxes{height: 100px;}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #666666;
	line-height:21px;
	font-size:11px;
	background: url(select.png) no-repeat center bottom;
	overflow: hidden;
	border:0;
	padding-bottom:1px;
}

.boxes div span{
float:left;
font-size:11px;
line-height:22px;
}


/* ========================================================================

	Copywrite

======================================================================== */

#copywrite{
	text-align:center;
	font-size: 11px;
	margin: 30px 0;
}
#copywrite a{
	font-style: italic;
	color:#474747;
	text-decoration:none;
}