.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	margin:30px;
	padding:0;
	font:12px Georgia, serif;
}

#form{
	border:2px solid #003993;
	border-top:1px solid #003993;
	width:500px;
	background:#faf3f5;
	background:#f0f0f0;
	padding:10px;
}

caption{
	background:#f3eed7;
	background:#d7e5ff;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	border:2px solid #003993;
	border-bottom:none;
	padding:5px 10px;
}

caption img{
	border:1px solid #003993;
	margin:5px 0;
}

th{
	font-size:14px;
	text-align:left;
	color:#444;
	padding:8px 0;
	width:100px;
	vertical-align:top;
}

* html th{
	padding-left:10px;
}

input,textarea{
	width:75%;
}

input.submit{
	width:auto;
}

.required{
	color:#600;
	font-weight:bold;
}

.small{
	font-size:10px;
	color:#600;
}

.address{
	font-size:12px;
}