* {
    background-color: #fff;
    width: 0px;
	margin:0 auto;
	padding:0;
}
.box-form {
	width:30%;
	min-height:500px;
	border-bottom:1px solid;
	margin:10% auto;
}
.title-form {
	width:100%;
	height:30px;
	background-color:#009900;
	text-align: center;
	color:#fff;
	line-height:30px;
	font-size:18px;
}
.content-form {
	max-width:100%;
	height:400px;
	background-color:#eee;
}
.content-form form input[type=text] {
	width:90%;
	height:30px;
	font-size:17px;
	margin-bottom:1%;
}
.content-form form textarea {
	width:90%;
	height:100px;
	font-size:17px;
	margin-bottom:1%;
}
.content-form form select {
	width:30%;
	height:30px;
	margin-bottom:1%;
}
.content-form form input[type=submit] {
	width:20%;
	height:30px;
	font-size:17px;
	margin-bottom:1%;
	background-color: #000;
	color: #fff;
}