#regForm{
}

.form_left {
	float:left;
	width:220px;
    height: 26px;
	text-align:right;
	margin:0px 10px 5px 0;
	vertical-align:text-bottom;
}

.form_right{
	text-align: left;
}
.form_line_hi{
	clear: both;
}

.form_linetitle{
	color:#f89021;
	font-size:18px;
	height: 30px;
}
.form_linetitle span{
	text-align: left;	
}

.form_linel{
	clear: both;
}
.form_line{
	clear: both;
}

.darkframe{
	background-color: #f5f5f5;
	padding: 10px 0 10px 0;
	clear: both; 
}

#PayMeth span
{
	float: left;
}

#PayMeth input
{
    margin: 0;
    border: 0;
    height: 15px;
}

input[type="radio"],
input[type="checkbox"]
{
  width: 20px !important;
  height: 15px !important;
  margin: 0 2px 0 0 !important;
}
.form_right_inner
{
	float:left;
}

.calculator select
{
	float: left;
	height: 29px !important;
}
.calculator input[type="text"]
{
	height: 25px !important;
}