/* CSS Document */
	
#tform input.contact, textarea.contact, select.contact {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	width: 245px;
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

	
#tform input.contact:focus, textarea.contact:focus, select.contact:focus{
    border: 1px solid #aefdfd;
    background: #d2fbfd;
	}
	
	
#tform input.submitbutton {
	background: #000 url(../images/submit.jpg) no-repeat;
	height: 26px;
	width: 103px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	cursor: pointer;
	}
	
#tform input.submitbutton:hover {
	background: #000 url(../images/submit-over.jpg) no-repeat;
	height: 26px;
	width: 103px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	cursor: pointer;
	}