/*

			Copyright (c) Naresh Verlander
			Cascading Style Sheet - Bleakimage.com
			Form Elements

*/

input, textarea, select {
	width: 20em;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #999;
	border: 1px solid #ccc; }

.contactbox:focus, textarea:focus, select:focus {
	color: #000;
	background-color:  #ccc;
	border: 1px solid #aaa; }

.info { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; }

#formdiv {
	position: relative;
	width: 730px;
	margin: 0px auto; }

div.row {
	clear: both;
	padding-top: 5px; }

div.row span.leftcol {
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 2px; }

div.row span.rightcol {
	float: right;
	width: 50%;
	text-align: left; }