
input.contact, textarea.contact {
border : 0px solid Black;
background-color : #fff;
height: 1.6em; /* replace 2em with your chosen value, in px or whatever */

}
textarea.contact{
	width: 170px;
	height: 50px;
	border: 0px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(../images/styledtextarea.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


select.contact{
border : 0px solid;
background-color : #fff;

height: 2em; /* replace 2em with your chosen value, in px or whatever */
width: 180px;
}

.formbutton{
cursor:pointer;
background:#999;
color:#000;
font-weight:bold;
padding: 0px 2px;
background:url(../images/send_btn.png) no-repeat center top;
width: 210px;
	height: 26px;
	border:none;
}
table.contact
{ 
 margin: auto;
 height: auto;
 width: 220px;
 border: solid 0px;
 font-family: arial, tahoma;
}
td.text{
 padding-top: 5px;
 height: 20px;
 width: 100%;
 color: #ffffff;
 font-size: .9em;
}


td.text_box{
 height: 18px;
 width: 100%;
 
}
td.header
{ 
height: 103px;
 background-image: url(../images/contact_logo.png) ;
 background-repeat:no-repeat; 
 
}
table.contact a {

	padding: 5px ;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;

	color: #000000;
	border: none;
}
table.contact a:hover{
  text-decoration: underline;
}

table.tasks td.red{
  background-color: red;
 }
