/* CSS Document */

div#interior2 {
	height: 650px;
}
.pnlContactClass {
	/*border: 1px solid #999999;*/
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	min-height:400px;
}
div#content table#tblContact {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div#content table#tblContact td.labels {
	width: 160px;
	text-align: right;
	padding: 2px 5px;
}
.textinput {
	width: 290px;
	/*background-color: #E0E0E0;*/
}
textarea#txtMessage {
	height: 183px;
}
div#content table#tblContact td.input {
	text-align: left;
	padding: 2px 0px;
}
div#content table#tblContact td.buttons {
	text-align: center;
}
div#content table#tblContact td.buttons input {
	margin: 2px 5px;
}
.Glassybutton
{
	 background-image : url('../images/GlassButton0.png');
	 width:110px;
	 height :25px;
	 border :0px;
	 background-color :Transparent ; important!
	 background-repeat:no-repeat;
	 font-weight :bold ;
	 color :White ;

}
.Glassybutton:hover
{
	 background-image : url('../images/GlassButton1.png');
	 width:110px;
	 height :25px;
	 border :0px;
	 background-color :Transparent ; important!
	 background-repeat:no-repeat;
	 font-weight :bold ;
	 color :blue ;
}
