@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
}

#wrapper {
	width: 99%;
	text-align: center;
}

.greenbutton_submit {
	display: block;
	background: #e01819 url(image/button_bg.gif) no-repeat;
	width: 93px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	margin: 0 auto;
	font-size: 11px;
}

.question {
	margin-bottom: 10px;
	text-align: left;
}

.titleholder {
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.textInput {
	border:1px solid #AAAAAA;
}

.selectInput {
	border:1px solid #AAAAAA;
}

/* boxed megjelenés Hungerit */

.box .question {
	border: none;
	border-bottom: 1px solid #FFEDC7;
}

