/* form */
table.buttongroup {
}
table.buttongroup td {
	padding: 0 10px 0 0;
}
table.form {
}
table.form td.key,
table.form td.value {
	line-height: 30px;
}
table.form td.value {
	vertical-align: middle;
}
table.form td.key {
	width: 150px;
}
div.FormButtonGroup {
/*	margin-bottom: 4px;*/
}
input.formtext {
	width: 248px;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #999;
}
input.formradio {
	margin: 0 10px 0 0;
}
input.formcheckbox {
}
select.formselect {
	width: 252px;
}
input.formreset {
	width: 252px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
input.formsubmit {
	width: 252px;
	height: 22px;
	line-height: 20px;
	background-color: #999;
	font-weight: bold;                                                         
	color: #fff;
	border: 1px solid #999;
}
input.formbutton {
	width: 252px;
	height: 20px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
textarea.formtextarea {
	width: 246px;
	padding: 2px;
	border: 1px solid #999;
	height: 80px;
	overflow: auto;
	margin: 5px 0 5px 0;
	line-height: 18px;
	vertical-align: middle;
}
input.formfile {
}

div.checkoutform{
	margin-top: 5px;
}
div.checkoutform label.error{
	color: red;
}
div.checkoutform div.row{
	margin-bottom: 3px;
}
div.checkoutform div.key{
	font-weight: bold;
}
div.checkoutform input.text{
	width: 300px;
}
div.checkoutform  input.radio {
	margin-right:5px;
}
div.checkoutform  span.radio {
	margin-right:30px;
}

