/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}


#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_window a:link {xcolor: #666666;}
#TB_window a:visited {xcolor: #666666;}
#TB_window a:hover {xcolor: #000;}
#TB_window a:active {xcolor: #666666;}
#TB_window a:focus{xcolor: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#4b4842;
	text-align:left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 1px 1px 10px #3c3c3c;
	-webkit-box-shadow: 1px 1px 10px #3c3c3c;
	-moz-box-shadow: 1px 1px 10px #3c3c3c;
	padding:5px;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{
	margin: -25px -7px 1px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
}

#TB_title{

}

#TB_ajaxContent{
	clear:both;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

#definition {
	margin:5px 0 0 25px;
}

#definition h2 {
	color:#FF9623;
	font-size:190%;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	width:100%;
	margin:2px 0 9px 0;	
}

#definition h3 {
	display:block;
	width:100%;
	margin:0 0 8px 0;	
}

#definition p a {
	color:#4FBAD4;
}

#definition #form_holder {
	border-top:1px solid #e8e5df;
	background-color:#fdfaf4;
	padding: 10px 0;
	min-height:2px;
	width:100%;	
	margin-top:19px;
}

#definition input#q, #definition select, #definition textarea, #definition input#r, #definition input#p, #definition input#s, #definition input#qtwo, #definition input#stwo {
	border:1px solid #cccccc;
	font-size:120%;
	width:392px;
	padding:5px 3px 5px 3px;
	color:#999999;
	
}
#form_holder div {
	margin:6px 0 3px 12px;	
}
#definition #button_holder_def {
	margin: 0px;
}
#definition #button_holder_def #next_button {
	border:0px;
}

#reviewit {
	display:none;	
}
#emailit {
	display:none;	
}
#thankyou {
	display:none;	
}

#proper_format, #errors {
	display:none;
}

.its_on {
	background-color:#FFC;
}

#alert {
	color:#FF2A27;
}