@charset "utf-8";
/* CSS Document */
#wrapper{
	background-color: #FFF;
	margin: 0%;
	float: left;
	height: 100%;
	width: 100%;}
	
#main-holder{
	background-image: url(Mantri-Synergy.jpg);
	margin: auto;
	height: 562px;
	width: 745px;
	background-repeat: no-repeat;
}
#top{
	height: 385px;
	width: 745px;
	float: left;
}
#bottom{
	height: 158px;
	width: 181px;
	float: left;
	padding-right: 20px;
	background-image: url(bg.png);
	background-repeat: repeat;
	margin-left: 20px;
	margin-bottom: 10px;
}
#bottom2{
	height: 158px;
	width: 181px;
	float: left;
	padding-right: 20px;
	background-image: url(bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
}

.textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c587d;
	float: left;
	height: 16px;
	width: 174px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.textfield2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c587d;
	float: left;
	height: 87px;
	width: 176px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 28px;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	float: right;
	background-image: url(submit.png);
	background-repeat: repeat-y;
}