.formbutton
{
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
	background: #9d4;
}

.submit-button
{

	background:url(../images/formbgblue.gif) repeat-x center center;
	border:none;
	border:1px solid #CCCCCC;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF3333;
	color:black;
	width:auto;
	height:auto;
}
input[type="submit"]
{
	cursor:pointer;
	background:url(../images/formbgblue1.gif) repeat-x center center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	margin-top:5px;
	color:#666;
    height: auto;
    min-height:25px;
	width: auto;
    text-align: center;
    border:3px #93C9EE ridge;
	-moz-border-radius: 10pt;
}
input[type="button"]
{
	cursor:pointer;
	background:url(../images/formbgblue1.gif) repeat-x center center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	margin-top:5px;
	color:#666;
    height: auto;
    min-height:25px;
	width: auto;
    text-align: center;
    border:3px #93C9EE ridge;
	-moz-border-radius: 10pt;
}
