option.flags {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

img.captcha {
	border:1px solid #191970;
	margin-bottom:2px;
}

.input40 {
	width: 40px;
}

.input50 {
	width: 50px;
}

.input90 {
	width: 90px;
}

.input100 {
	width: 100px;
}

.input200 {
	width: 200px;
}

.input300 {
	width: 300px;
}

.textarea200 {
	width: 200px;
	height: 200px;
}

.textarea300 {
	width: 300px;
	height: 200px;
}

.formcomment {
	margin: 0;
	padding: 1px;
	background: #ffffe0;
	border:1px dotted #303030;
	font-size: 9px;
}

.invalidvalue {
	background: #ffdfdf;
	border:1px solid #f00;
}

.requiredvalue {
	background: #ffffdf;
	border:1px solid #f00;
}

.reqfield {
	color: #f00;
}

.formerror {
	border:1px solid #f00;
	background-color : #ffcccc;
	padding: 5px 0;
	font-size: 9px;
}

.errortext {
	padding-left: 80px;
	font: bold smaller sans-serif;
}

.errorfont {
	color: #ff0000;
}
