/* Generic Elements ==================================================================== */
body {
	background: #FFF;
	margin:40px 0px;
	padding:0px;
	text-align:left;
	font: normal 13px "Segoe UI", "Century Gothic", Helvetica, "Lucida Grande", Arial, sans-serif;
    line-height: 20px;
    color: #666;

}
a {
	text-decoration:none;
	color: #666;
}


/* Top Section ========================================================================== */
#logo {
	width:500px;
	margin:0px auto 12px;
	text-align:left;
	/*position:relative;*/
}
#header {
	width:500px;
	margin: 0px auto 20px;
}
#headerLost {
	width:500px;
	margin: 0px auto 20px;
	font: normal 16px "Segoe UI", "Century Gothic", Helvetica, "Lucida Grande", Arial, sans-serif;
	text-align:center;
}
#headerLost a {
	color:#7d91b1;
}
#headerLost a:hover {
	color: #4d82e6;
	text-decoration: underline;
}

/* Center Section ======================================================================= */
#center {
	background: #eee;
	border-top: 2px #e8e8e8 solid;
	border-bottom: 2px #e8e8e8 solid;
}
#social {
	width:500px;
	margin:0px auto;
	padding: 15px 0 5px 75px;
}
#social img {
	border:#e7e7e7 solid 4px;
	margin: 15px 15px 15px 15px;
}
#social img:hover {
	border:#c0cde7 solid 4px;
}
#errorContainer {
	width:500px;
	margin:0px auto;
	padding: 25px 0 25px;
	font-size: 18px;
	text-align:center;
	line-height: 1.75em;
	color: #999;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	margin: 20px 0;
	padding: 15px 10px 55px;
	background:#fff;
	border: none;	
	overflow: auto;
}

/* Nested Fieldset  */
fieldset fieldset  {
	background-color: #fffce3;
	margin: 20px 50px 0 50px;
	border-top: 2px solid #f5f2da;	
	border-left: 2px solid #f5f2da;
	border-bottom: 0px;
	border-right: 0px;
}
fieldset fieldset legend {
	font-size: small;
	background-color: #fffacc;
	border: 2px solid #f5f2da;	
}

/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}

/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form th {
	padding: 0 4px;
}

form .alternate-1 {
	background-color:#FCFCED;
}
form .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;	
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 7em;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 7em;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
}
input[type=text], input[type=password] {
	border: 2px solid #e2e2e2;	
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	margin: 20px 0 10px 0;	
	text-align: right;
}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}
#formsArea {
	width:500px;
	margin: 20px auto;
	
}
#formsArea a:hover {
	text-decoration:underline;
	color:#4e82e7;
}
.loginArea {
	width:350px;
	margin:0 auto;
}
.loginBox {
	margin: 0 0 0 30px;
}
.submitLoginBtn {
	float:right;
	background:#eee;
	border:#666 solid 1px;
	color:#666;
	margin: 10px 93px -30px 0;
}
.submitReqBtn {
	float:right;
	margin-right:29px;
	margin-top:-5px;
	background:#eee;
	border:#666 solid 1px;
	color:#666;
}


/* recaptcha ======================================================================== */
#recaptcha {
	margin: -40px 0 0 30px;
	position: relative;
}

/* Footer */
.footer {
	font-size:11px;
	color:#bbb;
	margin: 0px auto;
	width:500px;
	text-align:center;
}
.footer a:hover {
	color:#4d82e6;
	text-decoration:underline;
}