/*
* FWDLABS SIGNUP CSS
* Code by FWD:labs - http://fwdlabs.com
*/

#header #headerNavigation {
	background:#333;
	}

#doc,
#hd,
#ft { width:100%; }
	
#hd { background:#000; }
#bd { background:#fff; }
#ft div.one { margin:0 auto; width:100%; max-width:960px; }
	
	h1,h2,h3,h4 {
		font-family:'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		letter-spacing:0;
		text-shadow:0 0 1px transparent;
		}
		h1 {
			font-size: 45px;
			text-transform:uppercase;
			font-weight: 700;
			color:#fff;
			margin-bottom:10px;
			text-align:center;
			}
		h1.span { text-transform:lowercase; }
	
	#ft a {
		color:#eee;
		}
		#ft a:hover {
			background:#222;
			color:#fff;
			}


a:hover { background-color:transparent; color:#000; }

#marginForm fieldset.radio ul.planDetails {

	background:transparent;
	border:1px solid #eee;
	clear:both;
	display: block;
	float:left;
	left:4em;
	margin:0 0 0.25em;
	padding:0.25em;
	position: relative;
	width:240px;

	}
	#marginForm fieldset.radio ul.planDetails li {
		margin:0 0 0 0.15em;
		}

/* forms */

form input:focus {outline:1px dotted red;}

div.formError {
	clear:both;
	left:8em;
	top: -1.4em;
	width:240px;
	}
#marginForm label.error, #marginForm label.checked {
	clear: both;
	display: block;
	font-weight: normal;	
	margin-top:-3.5em;
	margin-left:320px;
	margin-bottom:1em;
	min-height:16px;
	padding-left:20px;
	position: relative;
	width: 240px;
	}
#marginForm label.error {
	background:url("/images/icons/delete.gif") no-repeat 0px 0px;
	color:red;
	}
#marginForm label.checked {
	background:url("/images/icons/accept.gif") no-repeat 0px 0px;
	color:green;
	}

#marginForm input.submit:hover {
			background:#000;
			color:#fff;
	}

/* Select Account */

a.selectAccount,
#marginForm input.selectAccount,
#columnarForm input.selectAccount,
.columnarForm input.selectAccount,
button.selectAccount {
	background:#ac6;
	border:0;
	border-top:5px solid #99b75c;
	border-bottom:5px solid #ac6;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px 2px;
	}
	
	#signup #bd a.selectAccount:hover, 
	#marginForm input.selectAccount:hover, 
	#columnarForm input.selectAccount:hover,
	.columnarForm input.selectAccount:hover,
	button.selectAccount:hover {
	
		/*
		background:#fff;
		color:#ac6;
		*/
		
		background: #99b75c;
		border:0;
		border-top:5px solid #99b75c;
		border-bottom:5px solid #99b75c;
		color:#fff;

		}

/* Curved Edges */
	
div.projectCellThumb img, .curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	}
	
.curvedSmall {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	}
	
/* Account Labels */

.accountLabel, .accountLabelPro {
	background:#555;
	color:#fff;
	display:inline;
	font-size:85%;
	text-align:center;
	text-transform:uppercase;
	padding:3px 5px 2px;
	min-width:50px;
	}
	.accountLabelPro {
		background:#ff6633;
		}

/* Sign Up */

body#signup {
	}
		
/* Login */

body#login {
	}

#columnarForm input#signupSubmit,
#columnarForm input#loginSubmit {
	width:auto;
	-webkit-appearance:none;
}

#loginWithFacebook {
	margin:0 auto; width:300px; height:75px;
	}

body#signup form#columnarForm,
body#login form#columnarForm {
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	max-width:320px;
	}
	body#signup form#columnarForm fieldset,
	body#login form#columnarForm fieldset {
		width:100%;
		}
	body#signup form#columnarForm label,
	body#login form#columnarForm label {
		width:100%;
		}
		body#signup form#columnarForm fieldset.radio label {
			width:auto;
			}
	body#signup form#columnarForm input#user,
	body#signup form#columnarForm input#pass,
	body#login form#columnarForm input#user,
	body#login form#columnarForm input#pass {
		width:95%;
		margin-top: 0.5em; font-size: 1.85em; font-weight: normal;
		}
	body#login form#columnarForm label#rememberLabel {
		display: block; padding-left: 0; text-indent: 5px;
		}
	body#signup form#columnarForm input#free,
	body#signup form#columnarForm input#pro,
	body#login form#columnarForm input#remember {
		width:16px; height:16px; float:left; padding:0; vertical-align: bottom; position: relative; top: -1px; *overflow: hidden;
		}
	body#signup form#columnarForm input,
	body#login form#columnarForm input {
		-webkit-appearance:none;
		}
		body#signup form#columnarForm input[type="checkbox"],
		body#login form#columnarForm input[type="checkbox"] {
		    -webkit-appearance: checkbox;
		    box-sizing: border-box;
		}
		body#signup form#columnarForm fieldset.radio input {
			margin-right:10px;
			-webkit-appearance:radio;
			}
	body#signup form#columnarForm input:focus,
	body#login form#columnarForm input:focus {
		border-color:#555;
		outline: 0;
		}
		
#formWrapper {
	width:100%;
	max-width:320px;
	text-align:left;
}
		
/* Form Processing */

a.forgot {
	font-size:80%;
	float:right;
	color:#555 !important;
	background:transparent;
	line-height:1.75;
	}
	
form#columnarForm p.error {
	text-align:left;
	width:300px;
	}

#formProcessingOverlay {
	display:none; 
	background:#fff;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 998;
	opacity: 0.5;
	}
#formProcessing {
	display:none;
    text-align:center;
    line-height:16px;
    color:#000;
    z-index:999;
    background:transparent;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -25px;
    margin-top: -8px;
    width:50px;
    height:16px;
    opacity:1;
	}

#bd:after { content:none !important; }