/*
	Hotel Reservation Script 1.0 - Stylesheet File
	created by: Martin Ivanov
	website: http://acidmartin.com or http://acidmartin.wemakesites.net
	email: acid_martin@yahoo.com or martin@yahoo.com
*/

div
{
	/*border: solid 1px #a00;*/
}

div.reservation
{
	/*font: normal 12px "Trebuchet MS", Arial, Verdana;*/
	color: black;
	width: 220px;
	height: 330px;
}

div.reservation fieldset
{
	border: none;
	margin: 0;
	padding: 6px;
	float:left;
}

div.reservation fieldset input,
div.reservation fieldset select,
div.reservation fieldset button,
div.reservation fieldset textarea
{
	vertical-align: middle;
}



div.reservation fieldset.personal-data input
{
	width: 90px;
}

div.reservation fieldset textarea
{
	overflow: auto;
	width: 256px;
	height: 100px;
}

div.reservation legend
{
	background: infobackground;
	border: solid 1px #ccc;
	padding: 0 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

div.reservation fieldset button
{
	margin: 4px;
	margin-left: 0;
}

div.reservation fieldset label
{
	display: block;
}

.regdate
{
    color:#635956;
	font-weight: normal;
	font-size: 11px;
}

div.reservation label
{
	font-weight: bold;
	color:#635956;
}



div.reservation fieldset div
{
	float: left;
	margin-right: 6px;
}

.display-none
{
	display: none;
}

.display-block
{
	/*display: block;*/
}

.validator
{
	color: red;
	font: normal 10px "Trebuchet MS", Arial, Verdana;
	/*float:right;*/
	text-align: right;
}

.text-align-right
{
	text-align: right;
}

.regform
{
	width: 100px;
	vertical-align: top;
}

.float-left
{
	float: left;
}

.break
{
	clear: both;
}
