
body {
	font-family:"Arial", Verdana, sans-serif;
	font-size: 12px;
	background-color: #D4D61A;
        text-align: left;
}

.button {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #dbdbdb 50%, #cdcdcd 51%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(50%,#dbdbdb), color-stop(51%,#cdcdcd), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#dbdbdb 50%,#cdcdcd 51%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 0%,#dbdbdb 50%,#cdcdcd 51%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 0%,#dbdbdb 50%,#cdcdcd 51%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8e8e8 0%,#dbdbdb 50%,#cdcdcd 51%,#e0e0e0 100%); /* W3C */
	filter: progid:DXimageTransform.Microsoft.gradient( startcolorstr='#e8e8e8', endcolorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

	font-size: 14px;
	color: #555555;
	height: 57px;
	width :100px;
	border: 1px solid #FFFFFF;
	margin-top: -12.5%;
	margin-right: 10%;
	/*float:right;*/
}
 
.button:hover {
	color: #000000;
}

#whitebox {
	
	height: 95%;
	width: 95%;
	background-color: #FFFFFF;
	text-align: left;
	border: solid 2px #71713A;
	box-shadow: 0px 0px 10px 3px #9F9E38;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}	
.box {
	margin-top: 30px;
	width: 497px;
	height: 75px;
}


.box label {
	display: inline-block;
	margin-right: 110px;
	width: 350px;
}

.box label span {
	text-align:right;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	float:left;
	width :100px;
	padding: 7px 7px 7px 7px;
}

.box .input_text {
	padding: 5px 10px;
	width: 195px;
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
}

.input_text {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
	width: 180px;
	background: #DDDDDD;
}

