
/******************************
 * CONTACT US PAGE STYLESHEET *
 ******************************/
 
#textbox
{
 position:absolute;
 width: 300px;
 top:0;
 left:0;
}
fieldset
{
 position:relative;
 top:0;
 border-width:0;
}
#mailform
{
 position:relative;
 width:418px;
 top:-50px;
 left:0px;
 padding-top:3em;
 padding-bottom:0;
 margin:0;
}
legend
{
 font-weight:bold;
}
label
{
 float:left;
 width:25%;
 margin-right:0.5em;
 padding-top:1em;
 text-align:right;
}
input, textarea
{
 width:258px;
 font:normal 1em/1.2em arial,helvetica,geneva,sans-serif;
 border:1px solid #404040;
}
/* fix IE bug \*/
* html input
{
 position:relative;
 top:-1em;
 margin-bottom:-1em;
}
/* end IE bug fix */
textarea
{
 width:258px;
 height:12em;
 border:1px solid #404040;
 margin-top:1em;
}
#send		
{
	position:relative;
	width:180px;
	left:136px;
	margin-top:15px;
	padding-bottom:40px;
}
#submit, #reset
{
 position:relative;
 top:0;
 float:left;
 width:90px;
 height:20px;
/* font:normal 12px/12px arial,helvetica,geneva,sans-serif; */
 font-weight:bold;
 color:#fff;
 background-color:#033291;
 padding:0 0 2px 0;
 border:1px outset #f1e1ba;
}

