@CHARSET "UTF-8";

input[type=hidden] {
	visibility: hidden;
}

input, textarea, select {
	width:90%;
	border: 1px solid #d5d5d4;
 	background:#eeeeec;
	color: #7f7f7e;
 	font-family: Arial, Helvetica, sans-serif;
 	margin:4px 4px 7px 4px;
 	clear: right;
 	font-size: 120%;
}

input[type=submit] {
	border: none;
	border-bottom: 2px dotted #8e8e8c;
	background: transparent;
	width: auto;
	color: black;
	clear: left;
	font-weight: bolder;
}

input[type=submit]:hover {
	background-color: #ffff00;
	cursor: pointer;
	cursor: hand;
	border-bottom: 2ps solid transparent;
}

form > table {
	width:600px;
	vertical-align: top;
}

.error {
	border: 2px solid RED;
	color: RED;
	list-style: none;
}

label, .aligned {
  clear: left;
  float:left;
  font-style: bold;
  padding-right:2px;
  white-space:nowrap; /*to fix IE6 wrapping*/
  font-weight: bold;
}

.help_text {
	clear: none;
}

.no-space {
}

td.first_column {

	vertical-align: top;
}

tr.last_row {
	
}

td.second_column {

	vertical-align: top;
}
.errorlist ul,li{
        list-style-type:none;
}
#id_town{
        width:85%;
}
img.xmas_menu_item {
	display: block;
	width: 240px;
	height: 31px;
	padding-bottom: 5px;
}
