* {
	margin:0;
	padding:0;
	}
	
html,body {
	overflow:hidden;
}

body {
	font:62.5% Arial,Helvetica,sans-serif;
	border:5px solid #c7e9f0;
	height:390px;
	width:340px;
	color:#4b4b4b;
	background:#fff;
	}
	
h1 {
	border-bottom:1px dotted #4d4d4d;
	padding:0 0 5px;
	font-size:17px;
	font-weight:normal;
	}

.hidden {
	display:none;
	}
	
.content {
	position:absolute;
	top:32px;
	left:8px;
	width:338px;
	}
	
form {
	position:relative;
	margin:0;
	border:1px solid #a0a0a0;
	padding:6px 8px 8px 8px;
	height:374px;
	width:322px;
	overflow:hidden;
	}

fieldset {
	display:block;
	float:left;
	border:none;
	margin-top:15px;
	padding:0;
	width:100%;
	/*overflow:hidden;*/
	}
	
.hr {
	display:block;
	float:left;
	margin-top:10px;
	border-bottom:1px dotted #a0a0a0;
	width:100%;
	}
	
	.hr hr {
		display:none;
		}
	
legend,
label {
	font-size:12px;
	margin-left:3px;
	margin-bottom:3px;
	text-transform:uppercase;
	color:#4b4b4b;
	}

	
select {
	font-size:13px;
	margin-right:2px;
	}
	
select.day,
select.month {
	width:44px;
	}
	
select.year {
	width:60px;
	}
	
.accommodation {
	float:right;
	margin-top:0;
	width:144px;
	overflow:hidden;
	}
	
	.accommodation label {
		display:block;
		}
	
	.accommodation .persons,
	.accommodation .rooms {
		display:block;
		margin-top:16px;
		}
		
	.accommodation .rooms {
		margin-top:15px;
		}
		
	.accommodation select {
		margin-top:-1px;
		width:75px;
		}

.departure label,
.arrival label {
	display:block;
	width:100%;
	}

.departure legend,
.arrival legend {
	display:none;
	
	}

.arrival {
	float:left;
	width:182px;;
	overflow:hidden;
	}
		
	.arrival select,
	.arrival .cmf-skinned-select {
		display:block;
		float:left;
		}
		
.departure {
	float:left;
	width:182px;;
	overflow:hidden;
	}
		
	.departure select,
	.departure .cmf-skinned-select {
		display:block;
		float:left;
		}
	
.ui-datepicker-trigger {
	display:block;
	float:left;
	margin-top:2px;
	cursor:pointer;
	}
	
.footer {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:338px;
	height:73px;
	background:#e6e6e6;
	overflow:hidden;
	}
	
	.code {
		position:absolute;
		bottom:10px;
		left:12px;
		width:205px;
		}
		
		.code .input {
			position:relative;
			width:120px;
			height:28px;
			background:url(../elm/bg_input.gif) 0 0 no-repeat;
			}
			
			.code .input input {
				display:block;
				margin:0;
				padding:0;
				border:1px solid white;
				position:absolute;
				top:4px;
				left:4px;
				width:110px;
				}
		
		.code label {
			display:block;
			}
		
.button {
	position:absolute;
	bottom:1px;
	right:7px;
	width:110px;
    height:40px;
    background:url(../elm/search.png) 0 0 no-repeat;
	}

	.button input {
        padding:0;
        margin:0;
        border:none;
		width:105px;
        height:31px;
        font-family: Arial;
        font-size:18px;
        font-weight: bold;
        color:#fff;
        background:none;
		}
		
.children {
	display:block;
	float:left;
    clear:left;
	margin-top:10px;
	}
	
	label.num-child {
		margin-right:8px;
		}
		
	.children fieldset {
		margin-top:7px;
		}
			
	.children select {
		width:42px;
		}
		
		.child label {
			margin-right:25px;
			}
			
		.child span {
			margin-left:10px;
			font-size:11px;
			}