/**
 * Stylesheet for Sebranka action: "Spolvec 2009"
 *
 * @author Jan Vlcek; vlki@seznam.cz
 */

div#dinner09_poster {
	position: fixed;
	right: 0;
	top: 0;
	width: 260px;
	height: 260px;
	background: transparent url('../images/bg_dinner09_poster.png') top right no-repeat;
}

div#dinner09_poster a {
	display: block;
	height: 100%;
	width: 100%;
}

div#dinner09_poster a span {
	display: none;
}

img.inline {
	border: none;
	margin: 0;
	padding: 0;
	float: right;
}

form {
	margin: 20px 0;
}

form fieldset {
	margin: 0 auto 25px auto;
	padding: 10px 10px 15px 10px;
	width: 600px;
	border: 2px solid #EEEEEE;
}

form fieldset legend {
	font-size: 120%;
	padding: 0 5px;
	margin: 0 0 0 10px;
}

form fieldset table tr th {
	width: 130px;
	padding: 0 10px 0 0;
	text-align: right;
}

input[type=text], input[type=password] {
	width: 230px;
}

form table {
	margin: 0 auto; /* centering submit button */
}

form fieldset table {
	margin: 0;
}

.form-control-error {
	border-color: #b00;
	background-color: #fee;
}
.form-error-message {
	margin-left: 5px;
	padding: 1px 0 2px 20px;
	background: url('../images/error-icon.gif') 0 0 no-repeat;
	min-height: 20px;
	min-width: 20px;
	font-size: 12px;
	color: #b00;
}

.new {
	border: 1px solid #b00b00;
	background-color: #fee;
	padding: 0 15px;
}