@charset "utf-8";


.reg_left {
		width: 358px;
		height: 300px;
		float: left;
		display: inline;
		margin-left: 90px;
		margin-top: 20px;
		background-image: url(pics/png50.png);
		border: 1px solid #C5BD8F;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		color: #8C7941;
		padding: 10px;

}


.reg_right {
		width: 358px;
		height: 300px;
		float: left;
		display: inline;
		margin-left: 30px;
		margin-top: 20px;
		background-image: url(pics/png50.png);
		border: 1px solid #C5BD8F;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		color: #8C7941;
		padding: 10px;
}

.reg_top {
	width: 358px;
	height: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E5D3;
	float: left;
	
}


.reg_uno {
	width: 112px;

	float: left;
	margin-top: 10px;
	text-align: right;
	padding-right: 8px;
	height: 49px;
	padding-top: 6px;

}


.reg_uno_b {
	width: 112px;

	float: left;
	margin-top: 10px;
	text-align: right;
	padding-right: 8px;
	height: 55px;


}

.reg_dos {
	width: 238px;

	float: left;
	margin-top: 10px;
	height: 55px;
}


.reg_dos_b {
	width: 238px;

	float: left;
	margin-top: 10px;
	height: 120px;
}

.reg_inputs {
	width: 224px;
	height: 30px;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	color: #C59141;
	border: 1px solid #DAD8CB;
	background-color: #F3F3EB;
	
}

.reg_textarea {
	width: 224px;
	height: 90px;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	color: #C59141;
	border: 1px solid #DAD8CB;
	background-color: #F3F3EB;
}

.reg_select {
	width: 224px;
	height: 30px;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	color: #C59141;
	border: 1px solid #DAD8CB;
	background-color: #F3F3EB;
}

.reg_select_b {

	height: 30px;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	color: #C59141;
	border: 1px solid #DAD8CB;
	background-color: #F3F3EB;
}

.reg_error {
	font-size: 12px;
	font-weight: bold;
	color: red;
	
}

#reg_send{
	float:left; width: 119px; height: 47px; display: inline; margin-left: 760px; margin-top: 10px;
}

#reg_space{
	float:left; width: 100%; height: 80px; display: inline;
}

#reg_done{
	float:left; 
	width: 800px; 
	display: inline;

	margin-top: 20px;
	margin-left: 80px;
	background-image: url(pics/png50.png);
	border: 1px solid #C5BD8F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #8C7941;
	padding: 10px;
	text-align: center;
	
}