.inactive{
	color:red;
	background-color: #62D6F5;
}
.inactive2{
	color:red;
}
.gray{
	color: gray;
}
.error-message{
	color:red;
	vertical-align:top;
	font-size: 13px;
	height:30px;
	background-color: #DEDEFF;
}
.accept-message{
	color:green;
	vertical-align:top;
	font-size: 13px;
	height:30px;
	background-color: #DEDEFF;
}
.wait-message{
	color:blue;
	vertical-align:top;
	font-size: 13px;
	height:30px;
	background-color: #DEDEFF;
}
.seller_show{
	visibility:visible;
	height: auto;
}
.seller_hidden{
	visibility:hidden;
	height: 0px;
}
 .submit_buttons{
 	width: auto;
 	float:left;
 	font-family:verdana,helvetica,arial,sans-serif;
 	font-size: 12px;
 }
  .submit_buttons_disabled{
 	width: auto;
 	float:left;
 	font-family:verdana,helvetica,arial,sans-serif;
 	font-size: 12px;
 	background-color: #FF9999;
 	color: red;
 }
 .radio_div{
 	width: auto;
 	float:left;
 	font-family:verdana,helvetica,arial,sans-serif;
 	font-size: 12px;
 	padding-left: 5px;
 }
 .radio_div input{
 	background: transparent;
	border: 0px;
 }
 .message{
 	color: blue;
 	margin-bottom: 10px;
 }
 .clear_row{
 	width: 400px;
 	height: 30px;
 }