/************************************************************************
 * Copyright Â© 2010, Devin DeLapp
 * All rights reserved.
 * http://www.devindelapp.com
 * 
 * Redistribution and use in source and/or binary forms, with or without
 * modification, are not permitted. Please see the included EULA for
 * additional restrictions, limitations and warranties.
 * The EULA is also available at http://www.devindelapp.com/docs/eula.pdf
 ************************************************************************/
@charset "utf-8";
.error
{
	border: 2px dashed red;
	padding: 1px;
	margin-right:10px;
}
.datefield
{
	width: 100px;
}
.quest_required
{
	font-weight:normal;
	color:#993300;
}
.required_container
	{ font-family:Arial, Helvetica, sans-serif;font-size:1.2em; padding-top:7px;padding-left:25px; width:400px;color:#fff;
	}
	
.quest_active_body
{
	width: 465px;
	height: 435px;
}
.quest_body
{
	padding: 4px 0;
}
.quest_title
{
	font-size:0.95em;
	padding: 5px 0;
	margin-bottom:7px;
	margin-top:10px;
	color:#1D420B;
	font-family:arial;
	font-weight:bold;
}
.quest_choices
{
	padding: 0 15px;
	color:#1D420B;
	font-family:arial;
	font-size:0.95em;
	color:#2B5084;
}
.checkbox
{
	width: 28px;
	float: left;
}
.checkbox_text
{
	width: auto;
	padding: 5px;
	float: left;
}
.checkbox_textbox_fillin
{
	width: auto;
	float: right;
	margin-right: 30px;
}
.clear
{
	clear: both;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.next
{
	width: 85px;
	height: 28px;
	margin-right:62px;
}
.prev
{
	width: 85px;
	height: 30px;
}

input
{
	font-size: 0.9em;
	padding: 1px;
	border:1px solid #993300;
}

textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	width: 220px;
	border:1px solid #993300;
}

select
{

	padding: 2px;
	border:1px solid #993300;
}
/* Below is the scrollable CSS */
.quest_nav {
	background-color: #666;
	height: 40px;
}

#survey {	
	margin:25px 0 0 30px;font-family:Arial, Helvetica, sans-serif;font-size:14px;height:500px;width:465px;overflow:hidden;position:relative;color:#fff;
	}  

/* scrollable items */
#survey .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#survey  .page {	
	padding:10px 10px;
	width:480px;
	float:left;	
}