/* (C) Atul Yadav   -   http://atulmy.com */

* { margin: 0px; padding: 0px; }
a { text-decoration: none; color: #000000; } a:active { text-decoration: none; color: #000000; } a:hover { text-decoration: none; color: #666666; }
img { border: none; }
body { background: #ffffff; margin: 0px; padding: 0px; font-size: 12px; font-family: arial;}

/* ------------------------------- Wrapper and mix ------------------------------- */

.wrapper {
	width: 1000px;
	margin: 0px auto;
}

/* ------------------------------- Header part ------------------------------- */
#header {
	background: #ffffff;
	height: 90px;
	clear: both;
}

/* ------------------------------- Content part ------------------------------- */
#content {
	background: #ffffff url('../images/content_bg.png') repeat-x;
	height: 187px;
	clear: both;
}

/* ------------------------------- Content 2 part ------------------------------- */
#content2 {
	background: #ffffff;
	height: 220px;
	clear: both;
}

/* ------------------------------- Footer part ------------------------------- */
#footer {
	background: #ffffff;
	height: 50px;
	clear: both;
}
.footerbg {
	margin-top: 40px;
	margin-left: 20px;
	background: url('../images/footer.png') no-repeat;
	height: 53px;
	width: 953px;
}

/* ------------------------------- Global ------------------------------- */
.none {
	display: none;
}
.left {
	float: left;
}

.right {
	float: right;
}

.inputbox {	
	padding: 5px;
	width: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #caf1ff;
	border: 1px solid #567f8e;
}
.inputbox:hover {
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}
.submit {
	margin-top: 20px;
	border: none;
	background: url('../images/instantaccess.png') no-repeat;
	width: 278px;
	height: 90px;
	cursor: pointer;
}
.submit:active {
	background: url('../images/instantaccess_a.png') no-repeat;
}
.font {
	font-size: 16px;
	font-weight: bold;
	color: #;
}