body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font: 11pt/0.8em "Lucida Grande", Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #333;
	line-height: 100%;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #27B;
	text-decoration: none;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	border-bottom: 1px solid #BDBDBD;
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 100%;
}

table {
	font: 12px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, Sans-serif;
}

.errorMessage {
	color: red;
}

.required {
	font-weight: bold;
	color: #ff0000;
	margin: 3px;
}

.actionMessage {
	color: green;
}

ul, li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}

.normalTable {
	
}

.normalTable td {
	padding: 5px;
	margin: 3px;
}

.normalTable th {
	padding: 5px;
	margin: 3px;
	font-weight: bold;
	text-align: left;
}

.tdLabel {
	vertical-align: middle;
	text-align: right;
}

.gray-border-right {
	border-right: 1px solid #BDBDBD;
}

/* --- Header --- */

.header-wrapper {
	background: #FFF url(images/bg-header.png) repeat-x 0 0;
	width: 100%;
	height: 100px;
	background-position: bottom;
	text-align:center;
}

.header-content {
	min-width: 1040px;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align:left;
}

.header-main {
	min-width: 980px;
	width: 960px;
	margin: 0 auto;
	z-index: 997;
	position: relative;
	display: block;
	text-align:left;
	float:left;
}

.logo-img {
	padding: 10px 0 10px 0;
	float: left;
	width: 230px
}

/* ------------- */

.content-wrapper {
	background-color: white;
	text-align:center;
}

.content {
	min-width: 1040px;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align:left;
}

.content-main {
	background: white;
	min-width: 980px;
	width: 960px;
	padding: 20px 0 30px;
	margin: 0 auto;
	float:left;
}

.content-main::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.aside {
	float: left;
	width: 220px;
}

.article {
	float: right;
	width: 730px;
	min-height: 500px;
	padding: 20px 10px 20px 10px;
	margin: 0;
	border-left: 1px solid #BDBDBD;
	line-height: 100%;
}

/* --- Footer --- */

div.footer-wrapper {
	clear: both;
	background: #FFF url(images/bg-ftr-top.png) repeat-x 0 0;
	width: 100%;
}

#footer-content {
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	color: #676767;
	background: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	borde-radius: 5px 5px 5px 5px;
}

.footer a {
	color: #676767;
	padding: 0 10px 0 10px;
}
.form-title {
	font-size: 22px;
	font-weight: bold;
	color: black;
}
#big-bottons-div {
	width: 100%;
	height: 90px;
}

.big-button {
	margin: auto;
	width: 375px;
	display: block;
	text-align: center;
}

#big-bottons-div a {
	color: white;
	text-decoration: none;
}

#big-bottons-div a:hover {
	text-decoration: none;
}

.orange-button {
	color: white;
	background: url(images/big-reserve.png) no-repeat 50% 50%;
}

.gray-button {
	color: #464545;
	background: url(images/big-border.png) no-repeat 50% 50%;
}

.big-button .title {
	display: block;
	height: 90px;
	width: 250px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	padding-left: 100px;
	padding-top: 70px;
	vertical-align: middle;
}

.separator-div {clear: both !important; margin: 20px;}