﻿.submitOn
{
color: #2b333c;
text-align: center;
font-weight: bold;
font-size: 12px;
border: 3px double;
border-color: #aedf9a #94da78 #6ab94b #94da78;
}
.submit
{
	color: #2b333c;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
.submit,
.submit-disabled {
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submit:hover,
.submit:focus {
border: 3px double;
border-color: #aedf9a #94da78 #6ab94b #94da78;
color: #94da78;
}
.submit:visited {
color: #2b333c;
}
.submitHot
{
	color: #2b333c;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
.submitHot,
.submitHot-disabled {
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submitHot:hover,
.submitHot:focus {
border: 3px double;
border-color: #DEB399 #D99D77 #BA764C #D99D77;
color: #D99D77;
}
.submitHot:visited {
color: #2b333c;
}
.submitSelect
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 3px double;
	border-color: #DEB399 #D99D77 #BA764C #D99D77;
	color: #D99D77;
}

.qeError()
{
color: Red;
text-align: left;
font-size: 10px;
font-family: Sans-Serif;
}