@charset "utf-8";
/* CSS Document */

form {							width: 610px; font-family: 'Lucida Sans'; }

form div {						display: block; width: 605px; height: 21px; margin: 10px 0 0 5px; border-bottom: 1px dotted #000000; 
								clear: both; }

label {							float: left; display: block; width: 120px; font-size: 1.4em; font-weight: bold; 
								margin: 0 5px 0 0; }
label.error {					color: #FF0000; }
input {							float: left; display: block; width: 470px; height: 22px; border: 0; background: 0; 
								padding-top: 6px; font-family: Arial; font-size: 1.4em; }

#message {						height: 120px; margin-bottom: 10px; }
#message label {				position: absolute; padding-top: 11px; }
textarea {						text-indent: 120px; width: 603px; background: url(../structure/message-back.gif) repeat; border: 0; 
								line-height: 31px; padding-top: 8px; font-family: Arial; font-size: 1.4em; }
								
input#submit {					width: 85px; height: 31px; text-indent: -9999px; background: url(../structure/submit.png); } 

p.sml {							font-size: 1.2em; }
p.err {							font-size: 1.2em; color: #FF0000; }