/*-----------------------------------------------------------------------------
website: http://www.tmdesign.com/
email: mike@tmdenver.com
© 2009 TM Design. All rights reserved.
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/
#img_contact {
	float: right;
	width: 215px;
	height: 235px;
	padding-bottom: 20px;
}

#c-footer {
	clear: both;
	position: relative;
	top: 45px;
	width: 833px;
	height: 22px;
	padding-bottom: 15px;
}


/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	width: 600px;
}


/* =Form Elements
-----------------------------------------------------------------------------*/

#txtWrapper {width: 240px;}

#msgWrapper {width: 330px;}

.rtxt {position: relative;}

input {
	outline: none; 
	width: 230px; 
	border: solid 2px #a2a19c; 
	font-size: 1.4em;
	line-height: 1.6em;
	font-family:"Helvetica Neue LT Std","Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	padding: 0.6em 0.3em;
}

input:focus, textarea:focus {border: solid 2px #e68f1a; background: #fff9f1;}

.active {border: solid 2px #e68f1a; background: #fff9f1;}

textarea {
	outline: none; 
	width: 320px; 
	border: solid 2px #a2a19c; 
	overflow: auto;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family:"Helvetica Neue LT Std","Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	padding: 0.6em 0.3em;
}

label {
	display: block;
	text-indent: 7px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 14px 0 0 0;
}

label.error {
	position: absolute;
	top: -28px;
	right: 0;
	color: #da3939;
	font-size: 1.1em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}


/* =Submit Button
-----------------------------------------------------------------------------*/

.buttonAsLink {
	font-family:"Helvetica Neue LT Std","Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	font-size: 1.4em;
	color: #000;
	background-color: #dadec5;
	font-weight: bold;
	border: solid 0px #e68f1a;  
	cursor: pointer;
	width: 60px;
	margin-top: 7px;
	padding: 8px 6px 2px 6px;
}

.buttonAsLink_hover {
	font-family:"Helvetica Neue LT Std","Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	font-size: 1.4em;
	color: #fff;
	background-color: #e68f1a;
	font-weight: bold;
	border: solid 0px #e68f1a;
	cursor: pointer;
	width: 60px;
	margin-top: 7px;
	padding: 8px 6px 2px 6px;
}



