@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	padding:0px;
	margin:0px;
	
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin:0;
	padding:0;
	padding-left:20px;
}
h1 {
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.9em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.clear {
	clear:both;
}
/*----------Main - Container--------------*/
.full-bg{
	background:url(../images/bg.jpg) repeat left top #000;
	padding:20px;
}
#main-container {
	width:900px;
	overflow:hidden;
	margin:30px auto 0 auto;
}
.contents {
	position:relative;
	overflow:hidden;
}
.col-black{
	color:#000;
}
/*----------Main - Container - End--------------*/

/*----------Left - Box --------------*/

#left-box {
	background:#FFF;
	float:left;
	width:500px;
	height:423px;
	overflow:hidden;
	padding:30px;
}
.img-show {
	float:left;
	margin-right:10px;
}
.cont-text {
	width:200px;
	float:right;
}
.cont-text p {
	margin-bottom:27px;
}
#right-box {
	float:right;
	width:300px;
}
.form-cont {
	padding:20px 0 0 0;
	overflow:hidden;
}
.form-cont span {
	color:#FFF;
	float:left;
	margin-left:5px;
}
.form-cont label {
	color:#e8debb;
	font-size:14px;
	float:left;
	width:100px;
	margin-bottom:10px;
}
.form-cont input[type="text"] {
	color:#666;
	font-size:13px;
	float:left;
	width:172px;
	padding:3px;
	margin-bottom:10px;
}
.form-cont textarea {
	color:#666;
	font-size:13px;
	float:left;
	width:172px;
	padding:3px;
	margin-bottom:10px;
}
.optn {
	margin-right:10px;
	overflow:hidden;
	float:left;
}
.optn input[type="radio"]{
	float:left;
}
.form-cont .label-2 {
	float:left;
	width:35px;
	margin-bottom:10px;
}
.form-cont .label-3 {
	float:left;
	width:140px;
	margin-bottom:15px;
}
.form-cont input[type="checkbox"] {
	float:left;
	margin-bottom:10px;
	width:25px;
}
.form-cont input[type="button"] {
	background:url(../images/bttn.jpg) no-repeat left top;
	width:182px;
	height:50px;
	border:none;
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.go-bttn {
	position:absolute;
	left: 352px;
	top: 420px;
}
/*-------------------------------------*/

#footer {
	font-size:9px;
	text-align:left;
	color:#e8debb;
	padding:20px 0 20px 0;
}
.cont-succ-msg-reqDemo {
	background:#E6EFC2;
	text-align:center;
	color:#264409;
	border:1px solid #C6D880;
	padding:5px;
	font-size:12px;
	margin-bottom:8px;
	padding:5px;
	font-weight:bold;
}

/*--------	TRANSPARENT BOX 	------------------*/
.pop-top-mid1 {
	background:url(../images/b.png) repeat-x top left;
}
.pop-bot-mid1 {
	background:url(../images/b.png) repeat-x top left;
}
.pop-left-side1 {
	background:url(../images/b.png) repeat-y top left;
	width:10px;
	height:50px;
}
.pop-right-side1 {
	background:url(../images/b.png) repeat-y top left;
	width:10px;
	height:50px;
}
.pop-mid-cont1 {
	background:#000;
	padding:15px 20px 20px 20px;
	border:1px solid #82cb2f;
}
.pop-mid-cont1 h2 {
	color:#020e71;
	padding-bottom:5px;
}
.pop-mid-cont1 input[type=text] {
	padding:5px;

	margin-top:5px;
}
.pop-error-mid-cont {
	background:#fedcdc url(../images/error-popup.jpg) repeat-x bottom left;
	padding:20px;
}

.error-img {
		vertical-align:middle; float:left;}

.error-h4 {
		 float:left; vertical-align:bottom; padding-top:8px; width:320px;}
/*--------POP UP DIV */	


.popup-box {
	position:fixed;
	left:65%;
	margin-top:0px;
	z-index:999999;
	width:300px;
	font-size:12px;
}
.popup-errorbox {
	position:fixed;
	left:40%;
	z-index:999999;
}
