@charset "utf-8";

#contact			{ font-size: 13px; margin: 0 auto 50px auto; padding: 30px 0 50px 0; }
#contact h1			{ font-size: 1.55em; }
#contact p			{ color: #000000; line-height: 1.5em; }

#left				{ float: left; }
#right				{ float: left; margin-left: 20px; }
#bottom				{ clear: both; padding-top: 2em; }

#error, #success	{ color: #FFFFFF; margin: 1px 0 1px 0; padding: 5px; width: auto; }
#error				{ background: #1DA2DC; }
#success			{ background: #1DA2DC; }

#stateSelect { width:320px; }
#contact, #bottom, .subject, textarea	{ width: 660px; }
#left, #right, .field, .select			{ width: 320px; }
.left, .right, .location				{ width: 155px; }

.field, .phone, .subject, .textarea		{ border: solid 1px; border-color:  #777777 #CCCCCC #CCCCCC #777777; height: 16px; }

.phone 				{  }
.red				{ color: #CC0000; }
.submit				{ float: right; padding-top: 2em; }
.title			 	{ font-size: .9em; margin: 0; padding: .5em 0 0 .2em; }
.textarea			{ height: 125px; }
