html, body, form, ul
{
	margin:0px;
	padding:0px;
	border:0px;
}

body
{
	font-family:sans-serif;
	font-size:0.8em;
}

ul
{
	position:absolute;
	top:140px;
	list-style-type:none;
	margin-top:10px;
	margin-left:10px;
}

.loginField
{
	margin-bottom:10px;
	width:290px;
	
	border:0px;
	border-radius:4px;
	height:25px;
	font-size:1.3em;
}

.loginFieldTitle
{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:2px;
}

.loginButton
{
	border:0px;
	border-radius:2px;
	cursor:pointer;
	float:right;
	padding:4px 15px;
}

.loginButton:hover
{
	background:#ddd;
}

#login
{
	position:absolute;
	
	left:50%;
	width:310px;
	margin-left:-155px;
	
	top:50%;
	height:300px;
	margin-top:-153px;
	
	border-radius:4px;
	
	padding:0px 20px;
	
	-webkit-box-shadow: 2px 3px 3px 2px rgba(128, 128, 128, 1);
	box-shadow: 2px 3px 3px 2px rgba(128, 128, 128, 1);
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 28%, rgba(152,237,234,0.7) 58%, rgba(8,213,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(255,255,255,0.7)), color-stop(58%,rgba(152,237,234,0.7)), color-stop(100%,rgba(8,213,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 28%,rgba(152,237,234,0.7) 58%,rgba(8,213,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 28%,rgba(152,237,234,0.7) 58%,rgba(8,213,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 28%,rgba(152,237,234,0.7) 58%,rgba(8,213,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 28%,rgba(152,237,234,0.7) 58%,rgba(8,213,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#08d5cc',GradientType=0 ); /* IE6-9 */

	display:none;
	z-index:3;
}

#loginLogo
{
	position:absolute;
	width:100px;
	height:87px;
	background:url('../img/_storymaker_final_small.png') no-repeat center center;
	z-index:1;
	margin-left:0px;
	margin-top:20px;
}

#logoOverlay
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top:-368px;
	width:700px;
	height:737px;
	background:rgba(255,255,255,0.8);
	z-index:2;
}

#logoBig
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top:-368px;
	width:700px;
	height:737px;
}

#loginTitle
{
	position:absolute;
	left:119px;
	width:220px;
	margin-top:20px;
	font-size:1.2em;
	text-align:center;
	text-transform:uppercase;
}

#loginInfo
{
	position:absolute;
	left:30px;
	top:110px;
	margin-top:5px;
	font-size:0.85em;
	text-align:left;
	z-index:2;
}

#notSupportedInfo
{
	position:absolute;
	left:15px;
	width:310px;
	top:120px;
	margin-top:5px;
	font-size:1em;
	text-align:center;
	z-index:2;
}


#HTML_AJAX_LOADING
{
	visibility:hidden;
}
