/* Author Rob Winters */
/* Last Updated: 09/02/09 */


/* =Reset some browser defaults 
 --------------------------------------------------------------*/
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div { margin:0;padding:0; }
a img,:link img,:visited img,fieldset { border:none }
hr {display:none;}
abbr {text-decoration:none;border:0}


body {
	text-align: center;
	background: #191919;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	line-height: 1.3;
	color:#282C30;
	padding:10px;
	margin: 0;
}

/* =layout 
 --------------------------------------------------------------*/

#wrap {
	width:960px;
	margin: 30px auto;
	text-align: left;
}
	#content {
		width: 290px;
		float:left;
		margin: 0 20px 0 20px;
		color:#F9F9F9;
	}
	#logo {
		margin-bottom:20px;
	}
	#form {
		width: 570px;
		background: #fff url(../images/page_top.gif);
		color:#282C30;
		float: right;
		margin: 0 20px 0 20px;
		border:0 solid #02A1F4;	
	}
		#form form {
			padding: 0 35px 0px;
			margin-top:35px;
			background: #fff url(../images/page_mid.gif);
		}
		#footer {
			width: 570px;
			background: url(../images/page_bottom.gif) bottom left no-repeat;
			color:#fff;
			float: right;
			margin: 0 20px 0 20px;
			padding:10px 0;
			clear:right;
			height:20px;
		}

/* =typography
 --------------------------------------------------------------*/

a {
	color:#FF7200;
}

a:hover {
	border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
	color:#02a1f4;
	font-weight: normal;
	padding:0 0 18px 0;
	font-family:helvetica,"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}

h1 {font-size: 28px;}

h2 {font-size: 26px;}

h3 {font-size: 18px;}

h4 {font-size: 15px;}

h5 {font-size: 13px;}

p {
	padding:0 0 18px 0;
	line-height: 1.5;
	font-size: 12px;
	font-family:Arial, Verdana, sans-serif;
}

#footer p {
	margin:30px;	
}

li {
	margin:5px 0;
}

div.note {
	clear:both;
}

div.note h5 { 
	padding: 10px 0 0 0;
	color: #2F2F2F;
}

div.note p { 
	margin-top:0;
}

/* content */

#content h1 {
	font-size: 30px;
	line-height: 1.2;
	color:#F9F9F9;
	letter-spacing: -.5px;
}

#content p.intro  {
	font-size: 16px;
}

#content p  {
	font-size: 13px;
	line-height: 1.5;
	/*letter-spacing: 1px;*/
}

#form a {
	color:#FF7200;
}

/* form layout 
 --------------------------------------------------------------*/




form p {
	color: #8F8F8F;
}

.buttons a, .buttons button{
    display:block;
    margin:0;
    background-color:#E6EFC2;
    border:1px solid #ccc;
    font-family:helvetica,"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size:18px;
    line-height:1.5;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:8px 10px 5px 7px; /* Firefox */
    line-height:1.25; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #02A1F4;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
input.text {
	border:1px solid #CFCFCF; 
	padding:4px;
	font-size: 14px;
	line-height: ;
	margin:5px 0 10px 0;
}

div#form h2 {
	margin-bottom: 5px;
	padding-bottom: 0;	
}

div#form p.priv {
	margin-top: 0;
	padding-top: 0;
	line-height: 0;
}

label {
	font-size: 15px;
	line-height: 1;
}

label em {
	display:block;
	font-size: 10px;
	line-height: 1;
	color: #6F6F6F;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
}

div.buttons {
	clear: both;
	display: block;
	margin-top:0;
	background: url(../images/section-shadow.gif) bottom center no-repeat;
	padding:10px 0 50px 0;

}

input.but {
	font-size: 15px;
}

div#details {
	/*background-color: #efefef;
	border: 1px solid #ccc;*/
	background-color: #F0FDE0;
	border-top: 3px solid #BCE587;
	padding:15px 10px 5px;
	margin:0 0 30px 0;
	/*background: url(../images/section-shadow.gif) bottom center no-repeat;*/
}

fieldset#companyType,
fieldset#eligible {
	/*background-color: #efefef;*/
	background-color: #F0FDE0;
	border-top: 0 solid #BCE587;
	padding:5px 10px 5px;
	margin:10px 0 20px 0;
}



/* eligible */
#companyType input, #companyType h4,
#eligible input, #eligible h4 {display: inline;}
#companyType h4, #eligible h4 {padding-right:20px;}
#companyType label, #eligible label {padding-left:10px;color:#595974;}
#companyType input, #eligible input {margin:5px 10px;}

/* details */


div#details label {
	color:#2F2F2F;
}

div#details input {
	color:#717171;
	border:0;
	/*border: 1px solid #79b3ce;*/
	border: 1px solid #CFCFCF;
	margin:5px 0 15px 0;
}

div#details {
	text-align: left;
}

#details fieldset {
	margin:5px;
	text-align: left;
}

#details div {
	float:left;
	width: 50%;
}

#details input {width: 200px;}

#details div label {
	display: block;
	font-weight: bold;
}

#role, #level {
	float: left;
	width: 50%;
}

#role li label, #level li label {
	font-size: 13px;
}

#role h4, #level h4 {
	padding-bottom: 0;
}

#role ul, #level ul {
	padding-left: 5px;
}

#role input, #level input {
	margin-right: 10px;
}

#role li.other input {
	margin-left: 10px;
	width:160px;
	float:left;
}

#role li.other label {
	margin:6px 0 0 0;
	padding:5px 0 0 0;
	float:left;
	display:block;
	width:40px;
}


/* form validation */

p.prompt {

	margin:0;
	padding:0;
	text-align: right;
	font-size: 11px;
	color:#BFBFBF;
}

#form form fieldset label.error {
color:#CF2626;
}
	
	
span.req {
	color:#709B35;
	font-size:20px;
	font-weight:bold;
	line-height:12px;
}

div.error label {
	background-image:url("../images/icon_warning.gif");
	background-position: 0 0;
	background-repeat:no-repeat;
	padding-left:20px;	

}

span.error {
	display:none;
} 


div.msgError {
	background-image:url("../images/icon_warning.gif");
	background-position: 10px 10px;
	background-repeat:no-repeat;
	background-color:#FFFCDF;
	border:1px solid #FFF58F;
	padding:10px 40px;
	font-weight:bold;
	
}
div.msgError p {
	color:#7F6800;
	margin:0;
	padding:0;
	}

/* Clear the floats 
 --------------------------------------------------------------*/

#wrap:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wrap,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html #wrap,
* html .clearfix {height: 1%;}

#wrap,
.clearfix {display: block;}
/* End hide from IE-mac */

