.radio {
	width: 30px;
	height: 25px;
	padding: 0;
	background: url(/assets/images/form/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.checkbox {
	width: 30px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/assets/images/form/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 106px;/* With the padding included,the width is 190 pixels:the actual width of the image. */
	height:31px;
	padding: 0px 22px 20px 12px;
	color: #323232;
	font: 12px/21px arial,sans-serif;
	background: url(/assets/images/form/select_sm.png) no-repeat;
	overflow: hidden;
}
.button{
	border: 1px solid #999;
	color:#444;
}
input {
	color: #323232;
	font-size: 10px;
}
.input {
	padding-left: 20px;
	border: none;
	line-height: 20px;
	width: 236px;
	height: 21px;
	background: url(/assets/images/form/input.png) no-repeat top;
}
.input_sm {
/*	width: 100px;*/
/*	width:116px;*/
	width:99px;
	padding-left:18px;
	height: 21px;
	background: url(/assets/images/form/input_sm.png) no-repeat top;
	border:none;
}
.select_extra_sm {
	color: #323232;
	width: 44px;
	height: 31px;
	background: url(/assets/images/form/select_extra_sm.png) no-repeat top;
}
.signup_adjust_input_sm {
	position: relative;
	top: -4px;
	left: 7px;
}
.input {
	z-index: 20;
}
.input_label {
	margin: 14px 0 0 15px;
	padding-left: 8px;
}

#step2_show .input_label {
	margin: 9px 0 0 15px;
}
#captcha {
	margin-top:-5px;
} 
.input_label {
	
	padding-left: 8px;
	font-size: 14px;
}
#col3 .input_label {
	margin: 6px 0 0 15px!important;
}
/*.input {
border: none;
background: url(/assets/images/form/input.png) no-repeat;
height: 21px;
font: 12px/21px arial,sans-serif;
width: 174px;
padding: 0 8px;
}
*/
.input:focus {/* background:url(/assets/images/form/input_hover.png) no-repeat;*/
}
.wrapper_comment {
	background: url(/assets/images/form/input_hover.png) no-repeat;
	height: 102px;
	width: 172px;
	padding: 9px;
	border: none;
	overflow: hidden;
	background: url(/assets/images/form/textarea.png) top left no-repeat;
	background-position: fixed;
}
.commentInput {
	height: 102px;
	width: 172px;
	padding: 0px;
	border: none;
	overflow: auto;
	background: transparent;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
