﻿.btnSubmit, .btnSubmit:link, .btnSubmit:visited, .btnSubmit:hover, .btnSubmit:active
{
    display:block; width:66px; height:66px; background:url(images/iAskSubmit.jpg) no-repeat; overflow:hidden; border:none; cursor:pointer;
}
.btnSubmit:hover
{
    background-position:0px -66px;
}
.inputmsg
{
    width:250px; height:55px; border:solid 1px #999999;
}
.inputmsg2
{
	width:400px; height:55px; border:solid 1px #999999;
}
.inputemail
{
     width:190px; height:18px; border:solid 1px #999999;
}

input.error { border: 1px dotted red; }

textarea.error { border: 1px dotted red; }
.required
{
}

.gbtable
{
	margin:2px;
}
.gbtable td
{ 
}
.gbtable .rowtitle, .gbtable .rowtitle  td
{
	height:22px; line-height:22px; background-color:#F0EDED;
}
.gbtable .gbContent
{
	line-height:22px; padding:2px 10px;
}
.gbtable .gbReply
{
	line-height:22px; margin:1px 20px; border:solid 1px #FFFF40; background-color:#FFFFB2; padding:5px; color:#000;
}
