*							{ margin: 0; padding: 0; }
body							{ font: 10px "Verdana", Sans-Serif; background: white; }
#page-wrap
						{ width: 320px; margin: 2px auto; padding: 20px; background: white; }

a:link {color: #333333} /* unvisited link */
a:visited {color: #666666} /* visited link */
a:hover {color: #000000} /* mouse over link */
h1, h2, h3						{ font: 28px Georgia; border-bottom: 1px dotted #000000;
								  margin: 0 0 10px 0; }
.clear							{ clear: both; }
input[type="text"], textarea	{ padding: 3px; border: 1px solid #666; width: 350px;
								  margin: 0 0 15px 0; }
input[type="text"]				{ font: 28px Georgia; }
textarea						{ height: 100px; font: 12px Georgia; }
label							{ background: #666; color: white; padding: 2px 6px; }

.post							{ margin: 0 0 20px 0; }
input[name="spamcode"] {
    padding-left: 2px;
    background: url(images/nospam.gif);
    background-repeat: no-repeat;
    background-position: right center;
    
}	