body {
	font:normal 14px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#232324;
}

.input1 {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	width: 240px;
}

.input1.blank {
	color: #999999;
}

/*.error-info {
	font-weight: bold;
	margin-top: 15px;
}*/

#submitPlace input {
	width: 1px;
	height: 1px;
}

.btn-grey {
	display:inline-block;
	background:url(../img/btn-grey.png) no-repeat;
	padding:0 0 0 16px;
	height:32px;
	font:normal 14px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	vertical-align:middle;
}

.btn-grey span {
	background:url(../img/btn-grey.png) no-repeat 100% 0;
	padding:0 16px 0 0;
	height:32px;
	cursor:pointer;
	display:inline-block;
}

.btn-grey:hover {
	background-position:0 -34px;
}

.btn-grey:hover span {
	background-position:100% -34px;
}

.btn-grey:active {
	background-position:0 -68px;
}

.btn-grey:active span {
	background-position:100% -68px;
}

#form table td {
	position: relative;
	padding: 13px 20px 3px 0;
}

#form table td > div.error-info {
	position: absolute;
	top: 0;
	left: 0;
	color: #dd0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	white-space: nowrap;
}
