@charset "utf-8";
/* CSS Document */
body {
 margin: 0;
 padding:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #fff;
 background:#000;
 height: 100%;
overflow: auto;
}
div#logo{
	background: url(../img/newlook/logosplash.png) no-repeat;
	width:290px;
	height:192px;
	position:absolute;
	top:50px;
	left:100px;
}
div#login-wrap {
 position: absolute;
 top: 290px;
 width:250px;
 height:180px;
 background: url(../img/newlook/logonbg.png) no-repeat;
 padding:0 20px;
 left:100px;
 color:#000;
}
#login-wrap input#UserPassword,#login-wrap input#UserEmail{
	width:150px;
}
div#login-wrap h1{
	color: #808080;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
}
div#login-wrap form{
	margin:0;
	padding:0;
}
#splash_menu {
 position: absolute;
 top: 10px;
 padding-left: 67px;
 color: #ffffff;
}
div#sound{
	position:absolute;
	top:10px;
	right:10px;
	width:50px;
	height:50px;
}
div#flashywrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:  100%;
    z-index: 1;
}
div#contwrap{
	z-index:10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:  100%;
}
/* Notices and Errors */
#authMessage, div.message {
    background:#FBCACC none repeat scroll 0 0;
    border-bottom:2px solid #DEDEDE;
    border-right:2px solid #DEDEDE;
    clear:both;
    color:#990000;
    font-size:140%;
    font-weight:bold;
    margin:20px auto;
    padding:30px;
    text-align:center;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/*satisfaction guarantted*/
div#satisfg{
	width:150px; 
	height:98px; 
	top: 483px;
 	left: 160px; 
	position:absolute;
}
div#satisfg img{
	border:none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
	border: none;
	width: 250px;
	padding:20px;
	height: 320px;
	opacity: 0.9;
	background: url(../img/sghover.png) no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 210px;
	text-align: center;
	visibility:hidden;
}
#tooltip.pretty div { visibility:hidden;width: 220px; text-align: left; }