/**** WebTop Login Page ***/

/*** Base ***/
* { margin: 0; padding: 0; }
html { font-size:100%; }
body { background-color:#fff; font-family:"lucida sans"Verdana,Arial,Helvetica,sans-serif; font-size:62.5%; }
body { color:#fff; margin:0px; padding:0px; }
#container { width:750px; padding:0px 0px 0px 0px; margin:24px auto 20px auto;  text-align:left; }
#container { width:780px; width:750px; clear:both; font-size:1.2em; }
#contentArea { background-image:url(../images/wtcontentarea.jpg); width:750px; height:408px; }
#innerContent { padding:20px 90px 0px 90px; margin:0px; position: relative; }
.error { font-weight: bold; text-align: center; background: red; padding: 5px 0; margin-bottom: 15px; }

/*** WebTop Logo ***/
.webtopLogo { background:url(/images/wtmidsection.jpg) no-repeat; height:198px; width:750px; position:relative; }
.webtopLogo h1 { background:url(/images/webtopBadge.gif) no-repeat; top:56px; right:56px; }
.webtopLogo h1 { height:114px; width:284px; position:absolute; }
.webtopLogo h1 strong { display:none; }

/*** HTML Styles ***/
a { color:#73ddf4; text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; }
h2 { font-size:1.8em; }
.forgot a { font-size:0.8em; }

/*** Login Box Styles ***/
#login { margin-top: 40px; padding: 0 10px; }
#loginLinks { position: absolute; left: 460px; width: 200px; font-size: 1.5em; }
* html #loginLinks { left: 370px; }
#loginLinks li { list-style-type: none; margin-bottom: 20px;}
#loginBox { width: 340px; }
#loginBox h2 { font-size: 150%; }
#loginBox strong { width: 100px; display: block; float: left; }
#loginBox input { float: left; width: 175px; }
#loginBox .button { margin-left: 100px; width: auto; }
#loginBox p { clear: both; margin: 10px 0; }
#loginBox p:after { content: "."; clear: both; visibility: hidden; height: 0; display: block; }
* html #loginBox p { zoom: 1; }
#loginBox p.forgot { margin-left: 100px; }

/*** Affiliate Styles ***/
.affil { border-bottom: 1px solid #FFF; width: 100%; padding-bottom: 5px; margin: 15px 0; }
.affilTitle { font-weight: bold; }

/*** Video Page Styles ***/
#bottom { position: relative; top: -45px; width: 690px; padding-left: 60px; }

/*** Jonyxx footer stuff ***/
.jonyxxfooter {
	margin: 124px auto auto auto;
	text-align: center;
	padding-right: 80px;
}
.jonyxxfooterwebtop5 {
	margin: 142px auto auto auto;
	text-align: center;
	padding-right: 80px;
}
.jonyxxfooter span {
	font-size: 0.8em;
	margin-left: 112px;
	top: -16px;
	position: relative;
}
.jonyxxfooterwebtop5 span {
	font-size: 0.8em;
	margin-left: 112px;
	top: -16px;
	position: relative;
}
.jonyxxlogo img {
	margin-top: 5px;
}