* { padding: 0; margin: 0; }

body {
	font-family: "Verdana", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 10px;
}

#container {
	width: 380px;
	margin-left: 0px;
	margin-top: 0px;

}

.box {
	width: 380px;
	height: 81px;
	border: 1px solid #ccc;
	background: #fff url(media/box_bk.gif) repeat-x 0 top;
	padding: 5px 10px 10px;
	font-size: 12px;
	margin-bottom: 30px;
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
}

.box h1 {
	font-size: 11px;
}

.boxleft {
	float: left;
}

.boxright {
	float: right;
	width: 100px;
	height: 80px;
}

.box p {
	padding-top: 31px;
}

.apply {
	margin-top: 27px;
}
h1 {
	font-size: 14px;
}
.intro {
	font-size: 12px;
	color: #002469;
}