@charset "utf-8";
/* CSS Document */


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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-image:url(../Images/crossword.png);
	background-repeat:repeat;
}

.wrapper
{
	width:400px;
	height:550px;
	margin:0 auto;	
}

.content
{
	width:410px;
	margin:0 auto;
}

.logo
{
	padding:50px 0 0 140px;
}

.login
{
	float:left;
	margin-top:100px;
	margin-left:10px;
}
.log
{
	font-size:22px;
	color:#6f6f6f;
	font-family:Verdana, Geneva, sans-serif;
}
.log #lblLogin
{
	background: url(../Images/loginNew.png) no-repeat ;
	padding: 0px 10px 10px 30px;
	list-style: none;
	margin: 0;
	
}

.signup
{
	margin-top:40px;
}

.sigimg
{
	float:left;	
	padding-left:20px;
	padding-right:15px;
}

.sig li
{
	list-style: none;
	margin: 0;
	font-size:24px;
	font-weight:600;
	color:#363636;
  
}

.box
{
	-moz-box-shadow:inset 0px 1px 0px 0px white;
	-webkit-box-shadow:inset 0px 1px 0px 0px white;
	box-shadow:inset 0px 1px 0px 0px white;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, white));
	background:-moz-linear-gradient(top, white 5%, white 100%);
	background:-webkit-linear-gradient(top, white 5%, white 100%);
	background:-o-linear-gradient(top, white 5%, white 100%);
	background:-ms-linear-gradient(top, white 5%, white 100%);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #2980B9;
	height:250px;
	width:400px;
	margin-top:10px;
}

.button
{
-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	padding: 8px 20px 8px 20px;
	float:right;
	margin-right:20px;
}
.button:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	cursor:pointer;
	padding: 8px 20px 8px 20px;
	float:right;
	margin-right:20px;
}

.button:active {
	position:relative;
	top:1px;
}
.font1
{
	color:#6f6f6f;
	font-size:16px;
	font-family:sans-serif, Verdana, Geneva;
}
.font3
{
	color:#fff;
	font-size:13px;
	font-weight:700;
	
}

.form
{
	margin-top:30px;
	margin-left:35px;
}

.box1
{
	width:300px;
	
	height:23px
}

input.textbox
{
	width:235px;
	height:25px;
}

.rem
{
	color:#666;
	font-size:14px;
	font-family:sans-serif, Verdana, Geneva;
}

.copy
{
	font-size:10px;
	position:relative;
	color:#666;
	font-family:sans-serif, Verdana, Geneva;
	width:270px;
	margin:0 auto;
	}