
/* visitpécs form elemek */

input[type=text], input[type=password], textarea
{
	border: solid 1px #000;
	font-size: 11px;
	padding: 1px;
	width: 179px;
/*	background: transparent;*/
}

textarea
{
	font-family: tahoma;
}

label
{
	font-weight: bold;
	display: block;
}

.error
{
	color: #cc022a;
}

input.normalbutton
{
	border: solid 1px #000 !important;
	color: #fff;
	text-transform: uppercase;
	background-color: #a90e14;
	letter-spacing: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 11px;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto !important;
}
