body{
	width:690px;
	padding:0;
	margin:0;
}

.e2-form{
	font-family:Arial;	
	color:#666;
}

#e2-trialform, #e2-contactform{
	width:690px;
	margin:0 auto;
	padding:0px;
}

.val-error{
	margin-left:10px;
	color:red;
}

.submit-txt{
	font-size:11px;
	margin-left:10px;
}

.e2-form table{
	width:100%;
	font-size:11px;
}

.e2-form label{
	display:block;
	padding-bottom:5px;
}

.e2-form hr{
	border:none;
	border-bottom:1px solid #dedede;
}

.e2-form input[type=checkbox] {
    width: 20px;
	font-size: 11px !important;
}

.e2-form input,.e2-form select,.e2-form textarea
{
	font-size: 11px !important;
	color: #424242;
	padding: 5px;
	border: 1px solid #CCC;
	outline: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;

	width:300px;
}

.e2-form input:focus,.e2-form select:focus,.e2-form textarea:focus
{
    border: 1px solid #80bfff;
    -moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
}

.e2-form td{
	padding:5px;
}

.e2-form table textarea{
	width:100%;
	height:200px;
}

.e2-btn{
	background: #0884CA url(header_nav_bg.png) repeat-x 0 0;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 25px;
	color: #FFF !important;
	display: inline-block;
	
	padding: 0 15px;
	border: 1px solid #666;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
	cursor:pointer;
	width:150px !important;
}

.e2-btn:hover{
	background-color:#0669A2;
}

.required{
	color:red;
	font-size:14px !important;
}

.e2-form #textlength{
	float:right;
	color:#888;
}

/************ TRAIL FORM ***********************/

.e2-form fieldset{
	padding: 5px 5px 5px 20px;
	border: 1px solid #CCC;
	outline: none;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	margin-bottom:15px;
}

.e2-form legend{
	font-size:14px;
	background:white;
	font-weight:bold;
	color:#0884CA;
}

/*********** SIDE BAR *******************/
#sidebar_demoform{
	width:290px;
	margin:0 auto;
	font-family:Arial;	
	color:#666;
	font-size:11px;
	padding:5px 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border:1px solid #80CDFA;
}

#sidebar_demoform .e2-input{
	width:280px;
}

#sidebar_demoform .names{
	float:left;
}

#sidebar_demoform .names input{
	width:135px;
}

.e2-btn.schedule{
	width:250px;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 15px;
	display:inline-block;
	text-align:center;
}