@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

body {
	background: #fff url(../images/body_bg-1.gif) no-repeat top center;
}

body.alternativeBg {
	background: #fff url(../images/body_bg-2.gif) no-repeat top center;
}

body.videoBg {
	background: #fff url(../images/body_bg-3.gif) no-repeat top center;
}

h1, h2, h3 {
	color: #00a7b9;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 22px;
}

h4 {
	color: #00a7b9;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 14px;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#content {
	width: 384px;
	margin: 60px auto 0 auto;
}

#contentVideo, #footer {
	width: 520px;
}

#contentVideo {
	margin: 25px 0 0 330px;
}

#footer {
	margin: 0 0 0 330px;
}

#contentVideo #video {
	/*background: #000;*/
}

#navbar {
	width: auto;
	height: 40px;
	margin-bottom: 10px;
	font-size: 12px;
}

#navbar span.userOuter, #navbar span.userInner, #navbar a {
	float: left;
	height: 40px;
	line-height: 44px;
}

#navbar a {
	padding: 0 10px 0 0;
}

#navbar span.userInner {
	background: #fff url(../images/bubble_right.png) no-repeat top right;
	padding: 0 10px 0 0;
	color: #fff;
}

#navbar span.userOuter {
	background: #fff url(../images/bubble_left.png) no-repeat top left;
	padding: 0 0 0 10px;
}

body#formPage #content {
	width: 750px;
	margin: 150px auto 0 auto;
}

#article {
	width: 360px;
	float: left;
}

#articleWider {
	width: 385px;
	margin: 0 auto;
}

form {
	background: #fff url(../images/form_bg.jpg) no-repeat top left;
	padding: 15px;
	margin-bottom: 10px;
}

form h3, form p {
	color: #fff;
}

form h3 {
	font-size: 20px;
}

#formReg form {
	padding: 15px 15px 1px 15px;
}

form a:link, form a:visited {
	color: #fff;
	text-decoration: underline;
}

form a:hover, form a:active {
	color: #fff;
}

body#formPage p {
	margin-bottom: 15px;
	line-height: 16px;
}

body#formPage #formReg p {
	margin-bottom: 20px;
}

#formReg {
	background: #fff url(../images/form_bg_bottom.png) no-repeat bottom left;
	width: 365px;
	float: right;
}

.login {
	margin-right: 200px;
}

#formReg label {
	float: left;
	width: 110px;
}

#formReg .text-input {
	border: 1px solid #fff;
	width: 223px;
	height: 18px;
	color: #666;
	font-size: 11px;
}

#formReg #turing {
	width: 100px;
}

#formDiv {
	background: transparent;
	width: 384px;
	padding-top: 20px;
	margin: 0 auto;
}

#questionDiv {
	background: none;
	width: 520px;
	padding-top: 20px;
	margin: 0 auto 20px auto;
}

#questionDiv form {
	background: url(../images/question_bg.png) no-repeat 0 35px;
	
	/* IE FIX */
	*background: url(../images/question_bg.png) no-repeat 0 55px;
	
	padding: 0;
}

#questionDiv form h3 {
	color: #00a7b9;
}

#questionDiv form p {
	color: #666;
}

#questionDiv textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 484px;
	height: 65px;
	border: none;
	margin: 5px 14px 30px 14px;
	overflow: hidden;
}

.formButtons {
	text-align: right;
}

.submitBtn, .clearBtn {
	background: url(../images/btn_bg_white.jpg) no-repeat;
	border: none;
	height: 32px;
	width: 112px;
	cursor: pointer;
	color: #00a7b9;
	font-size: 12px;
	text-align: left;
	padding: 0 0 0 12px;
}

#questionDiv .submitBtn {
	background: url(../images/btn_bg.png) no-repeat;
	color: #fff;
	width: 123px;
}

#tickertape p {
	margin: 10px 0;
}

#tickertape {
	border-bottom: 1px solid #900;
	border-top: 1px solid #900;
	clear: both;
	width: 532px;
	margin: 0 auto;
	padding: 6px 0;
}