/* CSS Document */

/***********/
/* GENERAL */
/***********/

* {
	margin: 0px;
	padding: 0px;
}
/* behavior: url("css/iepngfix.htc");*/

body, fieldset, form, ul, li, input, textarea  {
	border: none;	
}

body {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	 background-color:transparent;
	 background-image:none;
	color: #373737;
	padding-bottom: 10px;
}

a {
	cursor: pointer;
	color: #373737;
	text-decoration: none;
}

.clearAll {
	display: block;
	clear: both;
}

.noMargin {
	margin: 0px;
}

.noDisplay {
	display: none;
}

.noBorder {
	border: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

legend {
	display: none;
}

.chkbox {
	vertical-align: middle;
	border: none;
	width: 15px;
}

.marginRight {
	margin-right: 20px;
}

.LBwrapper {
	width: 501px;
	clear: both;
}

hr {
	background: #a9a9a9;
	clear: both;
	color: #a9a9a9;
	display: block;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

/**********/
/* HEADER */
/**********/

.LBheader {
	position: relative;
	height: 45px;
	background: url(/images/lightbox_header.gif) top left no-repeat;
}

.LBheader h1 {
	position: absolute;
	top: 13px;
	left: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

/* IDEA */

.LBwrapper .idea {
	width: 501px;
	clear: both;
	background: url(/images/lightbox_middle.gif) top left repeat-y;
	font-size: 12px;
	position: relative;
}


/* QUESTION */

.LBwrapper .content {
	width: 501px;
	clear: both;
	background: url(/images/lightbox_middle.gif) top left repeat-y;
	font-size: 12px;
	position: relative;
}


.LBwrapper .content textarea.commentInput {
	width: 450px;
	height: 80px;
	font-family: Trebuchet MS;
	padding: 5px;
	background: #d6d8de;
	font-size: 12px;
	border: 1px solid #dddddf;
}

.LBwrapper .content .loginForm {
	clear: both;
	width: 100%;
	background: url(/images/1px_white.gif) top center repeat-y #ededed;
	margin: 10px 0px 30px 0px;
}

.LBwrapper .content .loginForm .left {
	position: relative;
	width: 210px;
	padding: 15px 20px 0px 20px;
	float: left;
}

.LBwrapper .content .loginForm .right {
	position: relative;
	width: 210px;
	padding: 15px 20px 0px 20px;
	float: right;
}

.LBwrapper .content p.info {
	clear: both;
	height: 30px;
	padding: 10px 20px 0px 20px;
}

.LBwrapper .content .left p, .LBwrapper .content .right p {
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 45px;
	line-height: 14px;
}

.LBwrapper .content input {
	float: left;
	background: url(/images/login_bg.gif) top left no-repeat;
	width: 108px;
	height: 22px;
	color: #90909e;
	padding: 5px 10px 0px 10px;
	margin-right: 10px;
	font-family: Trebuchet MS;
}

.LBwrapper .content a.btnLogin {
	width: 65px;
	height: 26px;
	background: url(/images/btn_enter.gif) top left no-repeat;
	border: 0px;
	display: block;
	float: right;
	line-height: 28px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

.LBwrapper .content a.btnRegistration {
	position: absolute;
	top: 57px;
	left: 20px;
	width: 149px;
	height: 27px;
	background: url(/images/btn_registration.gif) top left no-repeat;
	border: 0px;
	display: block;
	line-height: 28px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

.LBwrapper .content a.btnRegistrationBenefits {
	position: absolute;
	top: 77px;
	left: 20px;
	width: 144px;
	height: 49px;
	background: url(/images/btn_registration_benefits.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	border: 0px;
	display: block;
	line-height: 58px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

.LBwrapper .content div.btnQuestionFeedback {
	position: absolute;
	top: 127px;
	left: 20px;
	width: 190px;
	height: 73px;
	background: url(/images/question_feedback_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	line-height: 14px;
	padding: 12px 10px 0px 10px;
	font-size: 11px;
	color: #FFFFFF;
}

.LBwrapper .content div.btnSignupFeedback {
	position: absolute;
	top: 27px;
	left: 20px;
	width: 190px;
	height: 73px;
	background: url(/images/question_feedback_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	line-height: 14px;
	padding: 20px 10px 0px 10px;
	font-size: 11px;
	color: #FFFFFF;
}

.LBwrapper .content p.btn {
	clear: both;
	height: 31px;
	padding: 0px 20px;
}

.LBwrapper .content p.insideForm {
	clear: both;
	height: 40px;
	padding: 0px 20px;
}

.LBwrapper .content p.insideForm input {
	float: left;
	background: url(/images/login_long_bg.gif) top left no-repeat;
	width: 175px;
	height: 22px;
	color: #90909e;
	padding: 5px 10px 0px 10px;
	margin-right: 10px;
	font-family: Trebuchet MS;
}

.LBwrapper .content p.Small {
	height: 30px;
}

.LBwrapper .content p.insideForm label {
	width: 70px;
	float: left;
	padding: 5px 0px 0px 0px;
}

.LBwrapper .content p.insideForm input.chkbox {
	vertical-align: middle;
	border: none;
	width: 15px;
	background: none;
}

.LBwrapper .content p.insideForm span {
	display: block;
	float: left;
	width: 110px;
}

.LBwrapper .content p.insideFormBig {
	height: 110px;
}

.LBwrapper .content p.insideFormMedium {
	height: 60px;
}

.LBwrapper .content p.errorMsg {
	padding-left: 90px;
	height: auto;
	color: #e0222c;
}


.LBwrapper .content p.insideFormMedium  input.browse {
	width: auto;
	background: none;
	#height: 27px;
	#background: url(/images/login_long_bg.gif) top left no-repeat;
}

.LBwrapper .content p.insideForm textarea.ideaInput {
	width: 375px;
	height: 80px;
	font-family: Trebuchet MS;
	padding: 5px;
	background: #d6d8de;
	font-size: 12px;
	border: 1px solid #dddddf;
}

.LBwrapper .content a.btnSend {
	width: 79px;
	height: 31px;
	background: url(/images/btn_submit.gif) top left no-repeat;
	border: 0px;
	display: block;
	float: right;
	line-height: 34px;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.LBwrapper .content a.btnClose {
	width: 79px;
	height: 31px;
	background: url(/images/btn_close.gif) top left no-repeat;
	border: 0px;
	display: block;
	float: right;
	line-height: 34px;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

/* FOOTER */

.LBwrapper .footer {
	width: 501px;
	clear: both;
	height: 21px;
	background: url(/images/lightbox_footer.gif) top left no-repeat;
}
