/*///////////////////////////////////////////////////////
// Prey Forks CSS
// By Tomas Pollak
// (c) 2010 - Fork Ltd.
// MIT Licensed
/////////////////////////////////////////////////////////

inputs
-------------------------------------------------*/

#content form.center{
	width: 261px;
}

fieldset{
	border: none;
	margin-bottom: 20px;
}

form p,
form div.field{
	margin: 0 0 5px;
	position: relative;
}

form.vertical p{
	margin-bottom: 8px;
}

label{
	color: #626761;
}

label:hover{
	cursor: pointer;
}

div.field > label,
.fieldWithErrors label,
form p.clearfix > label{
	padding-top: 11px;
	text-align: right;
	margin-right: 20px;
	float: left;
	clear: left;
	text-align: right;
	width: 265px;
}

div.field > label{
	font-size: 1.4em;
}

form p.clearfix.hidden{
	display: none;
}

form.vertical label{
	display: block;
}

label small.icon{
	position: relative;
	top: 1px;
}

input,
select,
textarea{
	margin: 3px 0 5px;
	font-size: 1.7em;
	padding: .25em .4em;
	border: none;
	color: #444;
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	-khtml-border-radius: .2em;
}

select{
	font-size: 1.4em;
	margin-top: 6px;
	color: #555;
}

input[type=text],
input[type=password],
textarea{
	background: #fff;
	border: 1px solid #ccc;
	width: 242px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus{
	color: #222;
/*	background: #fff;*/
	border-color: #666;
}

p.remember{
	float: left;
	z-index: 5;
	margin-top: 5px;
}
p.remember input{
	margin-left: 5px;
	position: relative;
	top: 1px;
}

a.forgot-password{
	float: right;
	letter-spacing: -0.02em;
}
a.forgot-password:hover{
	border: none;
}

form p.submit{
	position: relative;
	padding: 6px 10px;
	margin: 30px -20px 0;
/*	border-top: 1px solid #708189;*/
	border-top: 1px solid #ddd;
/*	background: #595959 url(i/bg-black.png) bottom repeat-x;*/
	background: url(i/bg-white-gradient.png) bottom repeat-x;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-khtml-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#content .center p.submit{
	text-align: right;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

p.submit span{
	font-size: 0.9em;
	color: #999;
	text-shadow: none;
	position: relative;
	top: 2px;
	margin: 0 5px;
}

input[type=submit]{
	font-size: 1.15em;
	margin: 0;
	float: right;
	padding: 3px 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	border-radius: .8em;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=submit]{
		padding: 5px 12px;
		font-size: 1.1em;
	}
}

input[type=submit]:hover{
	cursor: pointer;
	color: #eee;
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.9);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.9);
}


/* contact form
--------------------- */

.contact_form textarea{
	width: 97%;
	height: 130px;
}

.contact_form form br{
	display: none;
}

.contact_form .entry{
	margin-bottom: 0;
}

.contact_form p.half{
	width: 50%;
	float: left;
}

.contact_form p.half.last input,
.contact_form p.half.last label{
	margin-left: 13px;
}

