@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

html, body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #DED49F;
	color: #ded49f;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #633;
	font-weight: bold;
	outline: none;
}

/*---------------App Idea Form------------------*/

#appIdeaForm{
	padding: 15px;
	color: #442709;
}

#appIdeaForm input, #appIdeaForm textarea{
	font-family: Arial, Helvetica, sans-serif;
}

span.field{
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

span.field label.field-title{
	font-weight: bold;
	font-size: 20px;
	color: #442709;
	vertical-align: top;
	width: 70px;
	margin-right: 10px;
	text-align: right;
	float: left;
}

span.field span.input-wrapper{
	float: left;	
}

span.field label.error{
	font-size: 12px;
	color: #900;
	float: left;
	clear: both;
}

span.field label.adjust{
	padding-top: 2px;	
}

span.field input{
	font-size: 16px;	
	width: 310px;
	color: #442709;
	float: left;
}

span.field input[type=text]{
	background-color: #FFFADF;	
	border: 1px solid #BFB683;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 5px;
	font-weight: bold;
}

span.field input[type=submit]{
	font-size: 20px;
	line-height: 36px;
	width: 84px;
	height: 36px;
	float: right;
	margin-right: 24px;
	background: url(images/submit-button.png) no-repeat scroll 0 0;	
	border: none;
	padding-bottom: 4px;
}

span.field textarea{
	width: 312px;
	height: 180px;
	border: 1px solid #BFB683;
	background-color: #FFFADF;	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #442709;
}
