#inline { display: none; width: 600px;}

label { 
	color: #555; 
}

input, textarea {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-left: 3px solid #777;
    color: #333333;
    font-size: 14px;
    margin: 4px 0 10px;
    padding: 5px;
    width: 97%;
}

input:hover, textarea:hover {
	background-color: #f9f9f9;
    border-color: #cfcfcf;
	color: #222;
    }
input:focus, textarea:focus {
	background-color: #ffffff;
	border-color: #999;
    }
/*
.txt { 
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-left: 3px solid #777;
	color: #333333;
	font-size: 14px;
	margin: 4px 0 10px;
	padding: 5px;
	width: 97%;
}
*/
.txtarea { 
	height:200px;
}

/*
	input:hover, textarea:hover {
	background-color: #f9f9f9;
	border-color: #cfcfcf;
	color: #222;
*/
/*
.txt:focus, .txtarea:focus { 
	background-color: #ffffff;
	border-color: #999; }
*/

input.error, textarea.error { 
	background-color: #f8dbdb !important;
    border-color: #e77776 !important; }
    
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-left: 3px solid #777;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 16px;
    text-transform: uppercase;
    width: auto;
}

#send:active, #send:hover {
	background-color: #f9f9f9;
	border-color: #cfcfcf;
	color: #222;
}
