body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
	text-align:center;
	vertical-align:middle;
}

.inputfield {
    background-color:#fffff;
	border:2px solid #dbdbdb;
	padding:5px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	width:95%;
	color:#000000;
	height:25px;
	font-size:16px;
}

.btn {
	background:url(../images/btngrey.jpg) no-repeat; /* Define Image Path */
	border:0;
	width:171px; /* Define Image Width */
	height:57px; /* Define Image Height */
	text-align:center;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:7px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 20px;	
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
    color:#009933;
}