@charset "UTF-8";
/* CSS Document */

body
{
	background:#fff;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
}

.form-small {
		width:250px;
		padding: 5px;
}

.form-medium {
		width:450px;
		padding: 10px;
}

.form-large {
		width:650px;
		padding: 20px;
}


#form_main {
background:#fff;
	border:1px solid #ccc;
	border-radius: 15px;
	margin:0 auto;
	text-align:left;
}

.form1 form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

.form1 form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}


.form1 form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

.form1 form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

.form1 form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

.form1 form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

.form_header
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_header[class]
{
	display:block;
}

.form_header h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_header p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

.form1 form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

.form1 form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

.form1 form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.form1 label.field_label
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

.clear {
	clear: both;
}


.form1 input.text
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

.form1 input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

.form1 textarea.textarea
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

.form1 select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


.form1 input.currency
{
	text-align:right;
}

.form1 input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

.form1 input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

.form1 label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

.form1 select.select[class]
{
	margin:0;
	padding:1px 0;
}

.form1 *:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

.form1 input.small
{
	width:25%;
}

.form1 select.small
{
	width:25%;
}

.form1 input.medium
{
	width:50%;
}

.form1 select.medium
{
	width:50%;
}

.form1 input.large
{
	width:99%;
}

.form1 select.large
{
	width:100%;
}

.form1 textarea.small
{
	height:5.5em;
}

.form1 textarea.medium
{
	height:10em;
}

.form1 textarea.large
{
	height:20em;
}

.form1 input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
	font-size: 16px;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}


.form_footer
{
	border-top:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:1em 0 0 0;
}

.form_footer[class]
{
	display:block;
}


.form_footer p
{
	font-size:95%;
	line-height:130%;
	margin:10px 0 0 0;
	text-align: center;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #888;
-webkit-box-shadow: 3px 3px 4px #888;
box-shadow: 3px 3px 4px #888;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}