/* CSS Document */

/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/
*{
	margin:0; 
	padding:0;
}
body{
	margin:0px;
	padding:17px 0px 0px 0px;
}
.clear{
	clear:both;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#1E3058;
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:10px 0px 20px 0px;
	}
/*
---------------------------------------------
02. CONTAINER AND WRAPPER
---------------------------------------------
*/
#container{
	width:627px;
	margin:0 auto;
	height:auto;
}
#wrapper{
	width:627px;
	margin:0px;
	float:left;
	padding:0px 0px 10px 0px;
}
/*
---------------------------------------------
03. HEADER
---------------------------------------------
*/
#header{
	width:627px;
	margin:0px;
	float:left;
	padding:0px;
}
.logomicenet-block{
	width:627px;
	margin:0px;
	float:left;
	padding:0px;
}
.logo{
	width:286px;
	margin:0px;
	float:left;
	padding:0px;
}
.micenet{
	width:341px;
	margin:0px;
	float:left;
	padding:0px;
}
.banner{
	width:627px;
	height:123px;
	margin:0px;
	float:left;
	padding:0px;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat-y;
}
/*
---------------------------------------------
03. CONTENT
---------------------------------------------
*/
#content{
	width:627px;
	margin:0px;
	float:left;
	padding:0px;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat-y;
}
.content-inner{
	width:571px;
	margin:0 auto;
	padding:0px;
}

  /*
---------------------------------------------
05. FOOTER STARTS
---------------------------------------------
*/
#footer{
	width:627px;
	height:34px;
	margin:0px;
	float:left;
	padding:0px;
  }
/*
---------------------------------------------
05. FORM STARTS
---------------------------------------------
*/

.form-block{
	width:571px;
	margin:0px;
	float:left;
	padding:0px;
}
.form-top-round{
	width:571px;
	height:27px;
	margin:0px;
	float:left;
	padding:0px;
}
.form-mainpart{
	width:512px;
	margin:0 auto;
	padding:0px;
}
.form-bg{
	width:571px;
	margin:0px;
	float:left;
	padding:0px;
	background-image:url(../images/form-bg.gif);
	background-repeat:repeat-y;
}
.form-bottom-round{
	width:571px;
	height:27px;
	margin:0px;
	float:left;
	padding:0px;
}
.mainform-block{
	width:512px;
	margin:0 auto;
	padding:0px;
}
.mainform-part{
	width:429px;
	margin:0px;
	float:left;
	padding:0px;
}
.form-txt-parts{
	width:184px;
	margin:0px;
	float:left;
	padding:8px 20px 0px 0px;
	height:20px;
	text-align:right;
}
.form-field-part{
	width:215px;
	margin:0px;
	float:left;
	padding:0px;
	height:28px;
}

.form-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
}
.textbox-block{
	width:270px;
	height:28px;
	float:left;
}
.textbox-left{
	width:10px;
	height:28px;
	float:left;
}
.textbox-right{
	width:10px;
	height:28px;
	float:left;
}
.textbox-bg{
	width:250px;
	height:28px;
	float:left;
	background-image:url(../images/textbox-bg.gif);
	background-repeat:repeat-x;
}
.seprater{
	width:512px;
	height:12px;
	float:left;
	overflow:hidden;
}
.checbox-block{
	width:260px;
	float:right;
}
.textbox{
	width:250px;
	height:17px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background:none;
	border:none;
}

.checkbox, .radio {
	width: 19px;
	height: 24px;
	padding: 0 5px 0 0;
	background:url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background:url(../images/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width:250px;
	height: 24px;
	padding: 4 24px 0 8px;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/dropdown.gif) no-repeat;
	overflow: hidden;
}



.subscribe-block{
	width:143px;
	height:52px;
	float:left;
	padding-left:200px;
	
}
.subscribe-top{
	width:143px;
	height:30px;
	float:left;
}
.subscribe-bottom{
	width:143px;
	height:22px;
	float:left;
}