label 
  {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: right;
	color: #333333;
}
input {
	color: #666;
	background: #f5f5f5;
	font-family: "Lucida Grande", "Lucida Sans Unicode, Arial, sans-serif";
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	outline: none;
	border:0;
	padding: 0px;
}	
select {
	background-color: #f5f5f5;
}
   
input.submit  {
	width: 85px;
	cursor: pointer;
	color:#333333;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 27px;
	border; none;
	margin-left: 0px;
}



#message {
	margin: 10px 0;
	padding: 0;
}
.bgtextarea {
	background-image: url(../images/bg_textarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 352px;
}
.textarea_contact {
	background-image: url(../images/bg_textarea_contact.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 140px;
	width: 300px;
	padding-top: 5px;
}
textarea {
	width: 190px;
	color: #666;
	background: #f5f5f5;
	font-family: "Lucida Grande", "Lucida Sans Unicode, Arial, sans-serif";
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	outline: none;
	border:0;
	padding: 0px;
	height: 30px;
}
checkbox {
	width: 30px;
	float: left;
	background-color: #f5f5f5;
}
button:focus {

outline
}
.gobutton {
	padding: 3px;
	background-color: #F5F5F5;
	color: #333;
	border: 1px solid #d7d7d7;
}
.paddingright {
	padding-right: 4px;
}
