@charset "UTF-8";
/* CSS Document */

#formcontainer		{ margin-left: 30px; margin-top: 20px; padding: 20px; border: 1px solid #ccc; }

#formlabels			{width: 100px; float: left; }

#formfields			{width: 260px; float: left; }

#buttons			{ width: 360px; height: 30px; clear: both; text-align: right; }

.input				{ border: 1px solid #999; background: #ededed; height: 20px; width: 200px; }
.label				{ font-size: 14px; color: #333; font-weight: bold; text-align: left; }
.textarea			{ border: 1px solid #999; background: #ededed; height: 80px; width: 260px; }

.input:focus		{border: 1px solid #CC0000; }
.textarea:focus		{border: 1px solid #CC0000; }


.box				{ height: 25px; width: 100px; padding-bottom: 15px; }
.box2				{ height: 25px; width: 260px; padding-bottom: 15px; }
.box3				{ height: 100px; width: 260px; padding-bottom: 15px; }

#contactcol3		{ padding: 113px 0px 300px 13px; font-size: 11px; border-left: 1px dashed #ccc; }