form{
	font-size:11px;
	margin:0px 0px 20px 0px;
}
.top_error{
	margin:0px 0px 14px 0px;
	color:#E87830;
	font-weight:bold;
	font-style:italic;
}
form .error{
	font-size:10px;
	font-weight:normal;
	color:red;
}
form .note{
	font-size:11px;
	font-weight:normal;
	margin:5px 0px 0px 0px;
}
.formesque table,
form table{
	border-spacing:5px;
	margin:0px -5px -5px -5px;
}
.formesque td,
form td{
	text-align:left;
}
.formesque th,
form th{
	text-align:right;
}
form .sub_th{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#444;
}
form .gap{
	font-size:1px;
	line-height:1px;
	height:5px;
}
.formesque a,
form a{
	font-size:11px;
	color:#b40;
}
label{
	color:#888;
	font-size:12px;
	font-weight:normal;
}
label span{
	color:#000;
	font-size:10px;
	font-weight:normal;
}

.text{
	background:transparent;
	border:none;
	font-size:12px;
}
.text_outer_tiny,
.text_outer_small,
.text_outer_big{
	text-align:left;
	height:20px;
	background-position:top left;
	background-repeat:no-repeat;
}
.text_outer_tiny{
	width:100px;
	background-image:url('form_text_100.gif');
}
.text_outer_small{
	width:150px;
	background-image:url('form_text_150.gif');
}
.text_outer_big{
	width:200px;
	background-image:url('form_text_200.gif');
}
.text_outer_huge{
	width:450px;
	background-image:url('form_text_450.gif');
}


.text_outer_tiny .text,
.text_outer_small .text,
.text_outer_big .text,
.text_outer_huge .text{
	height:16px;
	margin:1px 0px 0px 4px;
}
.text_outer_tiny .text{width:90px;}
.text_outer_small .text{width:140px;}
.text_outer_big .text{width:190px;}
.text_outer_huge .text{width:440px;}


.button_big_green,
.button_big_orange,
.button_small_green,
.button_small_orange,
.button_tiny_green,
.button_tiny_orange{
	height:40px;
	background-position:top left;
	background-repeat:no-repeat;
	border:none;
	margin:0px;
	background:transparent;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.button_big_green,
.button_big_orange{
	width:110px;
	text-align:left;
	padding:0px 0px 0px 14px;
}
.button_small_green,
.button_small_orange{
	width:100px;
	text-align:left;
	padding:0px 0px 0px 14px;
}
.button_tiny_green,
.button_tiny_orange{
	width:75px;
	text-align:center;
}
.button_big_green{background-image:url('form_button_110_green.gif');}
.button_big_orange{background-image:url('form_button_110_orange.gif');}
.button_small_green{background-image:url('form_button_100_green.gif');}
.button_small_orange{background-image:url('form_button_100_orange.gif');}
.button_tiny_green{background-image:url('form_button_75_green.gif');}
.button_tiny_orange{background-image:url('form_button_75_orange.gif');}

.form_buttons *{
	float:left;
}
#button_reset{
	width:75px;
	background-color:transparent;
	background-image:url('form_button_75_reset.gif');
	border:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

#register_form th{
	width:170px;
}



textarea{
	width:300px;
	height:100px;
	font-size:12px;
}
select.fixed{
/*	width:150px; */
}
select,
textarea{
	background:#F8F8F8;
	border-color:#808080 #ccc #ccc #888;
	border-width:1px;
}


form table.thumbs td{
	padding:10px;
	vertical-align:top;
}
form table.thumbs img{
	width:64px; height:64px;
}
form table.thumbs .radio{
	display:block;
}

