#content form{
	padding: 20px 0px;
	position: relative;
}

#content form p{
	clear: both;
}

#content form label{
	width: 25%;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 32px;
	color: #666;
	text-align: right;
	padding-right: 3%;
}

#content input[type="text"], #content input[type="password"], #content textarea, #content select{
	width: 50%;
}

#content textarea{
	height: 200px;
	width: 68%;
}

#content input[type="submit"] {
	background: url(/media/img/submit-button-big.gif) no-repeat;
	border: none;
	width: 96px;
	height: 28px;
	cursor: pointer;
}

#content form ul.errorlist{
	list-style: none;
	padding-left: 210px;
	font-weight: bold;
	color: #900;
}
#content .captcha img{
	margin: 10px 0px;
}

#content .captcha-input{
	padding-left:28%
}


@media only screen and (max-width: 480px){
	#content form label{
		text-align: left;
		float:none;
		width: auto;
	}
	
	#content input[type="text"], #content input[type="password"], #content textarea, #content select{
		width: 95% !important;
	}
	#content .captcha-input{
		padding-left:0px;
	}
}