.input-text {
	height: 32px;
	padding: 0 10px;
	border: none;
}


.input-width-220 {
	width: 200px;
	
}

.input-width-260 {
	width: 240px;
	background: url(img/form-elements/input-260.png);
}

.input-submit {
	border: 0;
	cursor: pointer;
}


textarea {
	padding: 10px;
	background: #f9f9f9 url(img/bg-textarea.png) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	resize: none;
}

.textarea-small {
	width: 248px;
	height: 160px;
	border: none;
	background: url(img/form-elements/textarea-small.png);
}

.textarea-big {
	width: 320px;
	height: 173px;
	border: none;
	background-image: url(img/form-elements/textarea-big.png);
	background-repeat: no-repeat;
}

select {
	padding: 6px 10px 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
}

.select-width-90 select {
	width: 90px;
}

.select-width-110 select {
	width: 110px;
}

.select-width-220 select {
	width: 220px;
}

.select-width-260 select {
	width: 260px;
}








/* 2.6) columns */
.sidebar-left, .column-sidebar-half-width, .main-column-right,
.column-half-width, .column-third-width, .column-fourth-width, .column-fifth-width, 
.column-sixth-width, .column-three-fourth-width, .column-two-third-width, .column-third-of-two-third-width {
	float: left;
	margin-right: 40px;
}

.sidebar-right {
	float: left;
}

.column-main-right {
	width: 560px;
}

.column-half-width {
	width: 410px;
}

.column-third-width {
	width: 260px;
}


.column-two-third-width {
	width: 560px;
}

.column-fourth-width {
	width: 185px;
}
.column-fourth-width1 {
	width: 250px;
	float: right;
}

.column-three-fourth-width {
	width: 635px;
}

.column-fifth-width {
	width: 140px;
}

.column-sixth-width {
	width: 110px;
}

.column-third-of-two-third-width {
	width: 160px;
	margin-right: 40px;
}

.column-third-of-two-third-width.column-no-margin {
	width: 186.5px;
	margin-right: 0;
}

.column-last {
	margin: 0;
	width:320px;
}
.column-last2 {
	margin: 0;
	width:260px;
}
.column-last1 {
	margin: 0;
	width:183px;
}

.sidebar-left {
	position: relative;
	width: 220px;
	margin: 0 37px 0 -44px;
	padding: 0 43px 14px 44px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-left.png) repeat-y;
}

.sidebar-left-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-left-top.png);
}

.sidebar-left-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-left-bottom.png);
}

.sidebar-right {
	position: relative;
	width: 220px;
	margin: 0 -44px 0 -3px;
	padding: 0 44px 14px 43px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-right.png) repeat-y;
}

.sidebar-right-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-right-top.png);
}

.sidebar-right-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-right-bottom.png);
}

.sidebar-widget h4{
	margin-top: 10px;
	color: #a33d48;
}

.sidebar-widget a{
	color: #a33d48;
}

.sidebar-widget a:hover{
	color: #d76144;
}

.column-sidebar-half-width {
	width: 90px;
}

.column-dashed-bottom {
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #aaa;
	width: 260px;
}





#form-reservation, #form-contact {
	
}

#form-reservation p, #form-reservation-sidebar p, #form-contact p {
	position: relative;
}

#form-reservation p.ajax-loader, #form-contact p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 9px;
	left: 190px;
	width: 16px;
	height: 16px;
	background: url(img/loader-2.gif);
}

#form-reservation-sidebar p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 240px;
	width: 10px;
	height: 10px;
	background: url(img/loader-3.gif);
}

#form-contact input, #form-reservation input, #form-reservation-sidebar input{
	margin-bottom: 3px;
}

#form-reservation-sidebar .input-submit {
	margin-top: 12px;
	margin-bottom: -7px;
}

#form-contact label, #form-reservation label, #form-reservation-sidebar label, .form-palace label{
	display: block;
	margin-bottom: 5px;
}

label.error {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 23px;
	font-size: 10px;
	color: #d22;
	background: url(img/exclamation-red.png) no-repeat right center;
}

.result-error {
	font-weight: bold;
	color: #d22;
}

#submit-result {
	margin-top: 20px;
	display: none;
}

.button-red, .button-blue, .button-orange, .button-green, .button-purple, .button-cyan, .button-grey, .button-sign-in {
	display: block;
	width: 128px;
	height: 27px;
	margin: 11px 0 0 -3px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.input-submit.button-red {
	height: 33px;
	padding-bottom: 8px;
	margin-top: 40px;
}

.button-red {
	background: url(img/buttons/button-red.png);
	text-shadow: 1px 1px #48070e;
}

.button-blue {
	background: url(img/buttons/button-blue.png);
	text-shadow: 1px 1px #2f4752;
}

.button-orange {
	background: url(img/buttons/button-orange.png);
	text-shadow: 1px 1px #c06217;
}

.button-green {
	background: url(img/buttons/button-green.png);
	text-shadow: 1px 1px #3f6e1f;
}

.button-purple {
	background: url(img/buttons/button-purple.png);
	text-shadow: 1px 1px #462f52;
}

.button-cyan{
	background: url(img/buttons/button-cyan.png);
	text-shadow: 1px 1px #21868c;
}

.button-grey {
	background: url(img/buttons/button-grey.png);
	text-shadow: 1px 1px #4f4f4f;
}

.button-sign-in {
	background: url(img/buttons/button-sign-in.png);
	text-shadow: 1px 1px #333;
}

.button-red:hover, .button-blue:hover, .button-orange:hover, .button-green:hover, .button-purple:hover, .button-cyan:hover, .button-grey:hover, .button-sign-in:hover {
	color: #fff;
	background-position: 0 -33px;
}

.button-left-red, .button-right-red, .button-left-blue, .button-right-blue, .button-left-orange, .button-right-orange, 
.button-left-green, .button-right-green, .button-left-purple, .button-right-purple, .button-left-cyan, .button-right-cyan, 
.button-left-grey, .button-right-grey, .button-left-disabled, .button-right-disabled {
	display: block;
	width: 33px;
	height: 33px;
}

.button-left-red {
	background: url(img/buttons/button-left-red.png);
}

.button-left-blue {
	background: url(img/buttons/button-left-blue.png);
}

.button-left-orange {
	background: url(img/buttons/button-left-orange.png);
}

.button-left-green {
	background: url(img/buttons/button-left-green.png);
}

.button-left-purple {
	background: url(img/buttons/button-left-purple.png);
}

.button-left-cyan {
	background: url(img/buttons/button-left-cyan.png);
}

.button-left-grey {
	background: url(img/buttons/button-left-grey.png);
}

.button-right-red {
	background: url(img/buttons/button-right-red.png);
}

.button-right-blue {
	background: url(img/buttons/button-right-blue.png);
}

.button-right-orange {
	background: url(img/buttons/button-right-orange.png);
}

.button-right-green {
	background: url(img/buttons/button-right-green.png);
}

.button-right-purple {
	background: url(img/buttons/button-right-purple.png);
}

.button-right-cyan {
	background: url(img/buttons/button-right-cyan.png);
}

.button-right-grey {
	background: url(img/buttons/button-right-grey.png);
}

.button-left-red:hover, .button-left-blue:hover, .button-left-orange:hover, .button-left-green:hover, 
.button-left-purple:hover, .button-left-cyan:hover, .button-left-grey:hover,
.button-right-red:hover, .button-right-blue:hover, .button-right-orange:hover, .button-right-green:hover, 
.button-right-purple:hover, .button-right-cyan:hover, .button-right-grey:hover {
	background-position: 0 -33px;
}

.button-left-disabled {
	background: url(img/buttons/button-left-disabled.png);
}

.button-right-disabled {
	background: url(img/buttons/button-right-disabled.png);
}
/* end 4.1) buttons */
