.input_box
{
	margin-top:15px;
}
.input_fields_wrap
{
	background: white none repeat scroll 0 0;
	margin-top: 15px;
	width: 90%;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
textarea
{
	margin-bottom: 20px;
}
.preview_box
{
	margin-bottom: 70px;
	padding:25px 25px 25px 25px;
	background:#f3f3f3;
	width: 650px;
}
.white-box
{
	background-color: white;
    box-shadow: 2px 5px 10px;
	padding: 15px 0 0 15px;
}