select,input,textarea{
	font-family : Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size : 11px;
	margin:0px;
	padding:0px;
	color:#221e1f;
	border-color:#57575a;
	border-style:solid;
	border-width:1px;
}
form{
	padding: 0px;
	margin: 0px;
}
.detailPrice{
	font-size:20px;
	font-weight:normal;
}
.detailSubtitle{
	font-size:16px;
	font-weight:bold;
}
.error{
	color:#FF0000;
	font-weight: normal;
}
.success{
	color:#0D8D0A;
	font-weight:bold;
}

.cbgroup1{

	
}
input.dynamicSubmit{
	font-size:18px;
	background:transparent;
	text-align:center;
	border:0px;
	font-weight:bold;
	color:rgb(255, 153, 51);
	width:100%;
	height:30px;
	cursor:pointer;  
	cursor:hand !important;
	
	padding-bottom: 5px;
	padding-top:4px;
}
td.dynamicGreenTable{
	background-image: url('img/green_button_mid_back.png');
	background-repeat:repeat-x;
	height:38px;
	padding-left:10px;
	padding-right:10px;
}