#theform fieldset {
	border: 0;
	margin: 0;
	float: left;
}
#theform fieldset input {
	font-size: 1.0em;
	height: 1.25em;
}
#theform fieldset select {
	font-size: 1.0em;
	height: 1.75em;
}
#theform fieldset textarea {
	font-size: 9pt;
}

#theform #main {
	height:auto;
	width: 60%;
	border-right: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom:  10px;
}

#theform #right {
	width: 30%;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
}

#theform #s2 {
	width: 820px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 0;
}
#theform #s2 #disclaimer {
	width: 500px;
	float: left;
	font-size: 0.7em;
}
#theform #s2 #submitform {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #000000; 
	background: #CCCCCC;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	margin-top:20px;
}
#theform fieldset input#submitformpay {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #000000; 
	background: #CCCCCC;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	margin-top:20px;
}
#theform fieldset input#submitformcart {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #000000; 
	background: #5D97E1;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	margin-top:0px;
}
