/* CSS Document */
/* Author Name: Md. Tanjim Morshed Bhuiyan */
/* Author URL: http://www.ebizzsol.com */
/* Author eMail: tanjim@ebizzsol.com */
/*****************************************************/
body{
	margin:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}

#wrap{
	position:relative;
	padding-top:21px;
	top:0px;
	left:0px;	
	margin:0 auto;
	text-align:left;
	width:782px;
}
/*****************************************************/

#header-bar {
	left:0px;
	width:782px;
	height:36px;
}

#header {
	clear:both;
	left:0px;
	width:782px;
}

	#logo {
		float:left;
		width:511px;
	}
	
	#menu {
		float:right;
		width:271px;
	}

#form-area {
	clear:both;
	width:782px;
}

	#top-image {
		float:left;
		left:0px;
		width:389px;
	}
	
	#form-bg {
		float:right;
		left:389px;
		width:330px;
		padding-left:13px;
		padding-right:50px;
		padding-top:92px;
		height:239px;
		background-image:url(images/form-bg.jpg);
		background-repeat:no-repeat;
		background-position:left top;
	}

#content {
	clear:both;
	left:0px;
	width:752px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:30px;
}

#footer-banner {
	clear:both;
	left:0px;
	width:782px;
	padding-bottom:15px;
}

/***********TEXTS************/

.text-content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}

.text-content-bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}

/*******************Form Area**************/

FORM { margin:0px; }

	.text-area {
		border:1px solid #FFD4AA;
	}
	
	.text-area-01 {
		border:1px solid #808080;
		background-color:#FFFFA0;
	}
	
	.list-style {
		border:1px solid #FFD4AA;
		highlight: #9FDCF8;
		scrollbar-highlight-color: #9FDCF8;
	}
	
.form_input2 {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
	width: 160px;
	margin: 0px;
	padding: 3px;
	height: 12px;
	border: 1px solid #535353;
}

.form_input6 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
	width: 400px;
	margin: 0px;
	padding: 1px;
	height: 100px;
	border: 1px solid #535353;
}

.orangeheader {
	font-size:16px;
	font-weight:bold;
	color:#EB8A2C;
}

.greybox {
	border-style:solid;
	border:1px;
	border-color:#c0c0c0;
	padding:8px;
}