﻿
.box {
	width:500px;
	margin:40px auto;
	padding:5px;
	background-color:#e0e0e0;
	border:1px solid #b3b3b3;
}
.box .header {
	padding:15px;
}
.box .header img{
	border:0;
}
.box .content {
	background-color:#fff;
	padding:15px;
	line-height:2em;
}
.box  p {
	text-indent:2em;
}
.box input,.box textarea {
	background:url(images/dot.gif) bottom repeat-x;
	margin-right:20px;
	color: #999;
	border:0;
}
.box .content div {
	margin-top:10px;
	border:0;
}
.box .submit{ background-color:#333; color:#fff; padding:2px 3px; background-image:none; margin:8px 0 0 390px;border:0;}
.box .footer{ padding-top:8px; text-align:center; line-height:2em;}


