/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	
	
}
a{ text-decoration:none; color:#06C;} 
a:hover{ text-decoration:none; color: #03F;} 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: none;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cssFloatMenu {

	border:#FFF solid 3px;
	width: 90%;
	text-align:center;
	min-width: 130px;
	background-color: #FFF;
	top:0;
	z-index: 900;
	min-height: 170px;
	height:300px;
	margin:10px;
	
}


<!------ register------------>

<!------ register------------>

#age {
	visibility:hidden;
}
#mobileverify_txt
{
visibility:hidden;
}


#result{
	margin-right:5px;
	float:right;
}
#result1{
	margin-right:5px;
	float:right;
}
#mob{
	
	max-width:270px;
}

#form103 .short{
	color:#FF0000;
}

#form103 .weak{
	color:#E66C2C;
}

#form103.good{
	color:#2D98F3;
}

#form103 .strong{
	color:#006400;
}
#form103 .incorrect{
	color:#FF0000;
}

#form103.correct{
	color:green;
}
#form103.mobile{
	/*border-color:#006400;*/
	/*border-color:#006400;*/
}
#form103 .nomobile{
	border-color:#FF0000;
	width:80%;
}
#agreement
{
color:red;
}


#loginpop {
	float:right;
	width:150px;
}
.post {
	float: left;
	width:400px;
	margin-top:15px;
}
.btn-sign {
	float:right;
	
	margin-bottom:20px;
	margin-left:15px;
	margin:0 auto;
	padding:5px 10px;
	border-radius:2px;
	
	text-align:center;
 font-size:9pt color:#fff;
 	font-weight:bold;
	
	background:url(../images/button-sprite.png);
background-position:0px -340px;
	
}
.btn-sign a {
	color:#fff;
	text-shadow:0 1px 2px #333;
}
.btn-sign a:hover {
	color:#fff;
	text-shadow:0 1px 2px #333;
}


.btn-sign1 {
	float:right;
	
	margin-bottom:20px;
	margin-left:15px;
	margin:0 auto;
	padding:5px 10px;
	border-radius:2px;
	
	text-align:center;
 font-size:9pt color:#fff;
 	font-weight:bold;
	
	background:url(../images/button-sprite.png);
background-position:0px -340px;
	
}
.btn-sign1 a {
	color:#fff;
	text-shadow:0 1px 2px #333;
}
.btn-sign1 a:hover {
	color:#fff;
	text-shadow:0 1px 2px #333;
}



#mask {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
}
.login-popup {
	display:none;
	background: #fff;
	border: 2px solid #8fc400;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	width:350px;
}
.arrow_box1 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #045c8f;
	/*margin:0 5px 5px 0;*/
	padding:2px;
}
.signup-popup {
	display:none;
	background: #fff;
	border: 2px solid #8fc400;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
}
img.btn_close {
	float: right;
	margin: -33px 0 0 0;
}
fieldset {
	border:none;
	margin:10px;
	min-width:300px;
}
.title {
	padding:5px 5px 5px 30px;
	margin-top:-0px;
	width:90%;
	font-family:Calibri;
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
	background-color: #8fc400;
	background-image: url(../images/user.PNG);
	background-position: 5px center; 
	background-repeat:no-repeat;

}


form.signin .textbox label {
	display:block;
	padding-bottom:7px;
}
form.signin .textbox span {
	display:block;
}
form.signin p, form.signin span {
	color:#333;
	font-size:10pt;
	font-weight:bold;
	line-height:18px;
}
form.signin .textbox input {
	background:#FFF;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #666;
	color:#333;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font:10pt Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 6px 4px;
	width:270px;
}
 form.signin input:-moz-placeholder {
color:#bbb;

}
form.signin input::-webkit-input-placeholder {
color:#bbb;

}
.button {
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000;
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px;
	width:214px;
}
.button:hover {
	background:#ddd;
}
.btn-sign1 {	float:right;
	
	margin-bottom:20px;
	margin-left:15px;
	margin:0 auto;
	
	border-radius:2px;
	background: -moz-linear-gradient(center top, #7690bc, #5b79ae);
	background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:8pt color:#fff;
 	font-weight:bold;
}

.btn-sign2 {	float:right;
	
	margin-bottom:20px;
	margin-left:15px;
	margin:0 auto;
	padding:5px 10px;;
	border-radius:2px;
	background: -moz-linear-gradient(center top, #89c941, #72b238);
	background: -webkit-gradient(linear, left top, left bottom, from(#89c941), to(#72b238));
	background:  -o-linear-gradient(top, #89c941, #72b238);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#89c941', EndColorStr='#018eb6');
	text-align:center;
	font-size:8pt color:#fff;
 	font-weight:bold;
}


.fb_signupbtn {
	color:#FFF;
	border:none;
	width:203px;
	cursor:pointer;
	height:39px;
	background-image: url(../images/facebook-signup-button.png);
	background-repeat: no-repeat;
}



<!------ register end----------