#mainform { 
	margin-bottom:50px; 
	margin-left:50px; 
	padding:5px 0 10px 10px; 
	position:relative; 
	display:inline; 
	float:left;
	width:300px; 
	height:auto;  
	color:#000; 
	font-weight:bold; 
	border:6px solid #0066CC;
	background:#a2d7ea url(/a_assets/images/form_bg.gif); background-repeat:repeat-x;}


#section1 {padding-left:10px; width:200px; height:;  position:relative; display:inline; float:left;}
#section2 {width:180px; height:;  position:relative; display:inline; float:left;}


label {display:block; font-size:12px; padding:4px; margin-bottom:1px;}

input {margin-bottom:3px;}

.text { border:0.2px solid #000000; background-image:url(/a_assets/images/input_bg.gif); background-repeat:repeat-x;}

ul.error {
	color:#ff0000;
	margin-left:10px;
}

ul.error li {
	list-style-type: disc;
}

#creditstuff input{
	width:130px;
}

.medium {
	font-weight: normal;
	font-size: 13px;
}

fieldset label {
	padding-left:0px;
	float:left;
	width:130px;
}

fieldset {
	border:none;
	padding:0 0 5px 0;
}

fieldset input {
	width:140px;
}

fieldset select {
	width:150px;
}

.col2 {
	float:left;
	width:50%;
}

.col2 p {
	margin:0;
}

.centered {
	text-align: center;
}

.centered a{
	text-decoration: none;
	color:#000;
}
