
@import url(global.css);

#header h1 a{
	display: block;
	width: 372px;
	height: 50px;
}

#columna{
	float: left;
	width: 94%;
	display: inline;
	padding: 0 0 2em 0;
	margin-left: 1.1em;		
}

#containertwo img{
	float: right;
	margin: 0.5em 0 0.5em 1em;
	border: 1px solid #333;
}

body#comments blockquote{
	width: 90%;
}

body#comments blockquote p{
	padding-bottom: 1em !important;
}

blockquote{
	width: 45%;
	margin: 1em 0 0 0;
	padding: 0.5em 1em 0.5em 1em;
	background: #e7f1fb;
	border: 1px solid #93cbe1;
}

blockquote p{
	padding: 0.2em 0 0.2em 0 !important;
}

#columna dl{
	float: left;
	width: 250px;	
	display: inline;
	margin: 1em 4em 0 0;
}

#columna dt{
	color: #298cb6;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#columna dd img{
	margin: 0;
}

/* form styles */

form fieldset{	
	float: left;
	width: 65%;
	background: #e7f1fb;
	padding: 0 1.5em 0.5em 1.5em;	
	border: 1px solid #93cbe1;
	margin: 1em 0 0 0;
}

form legend{
	font-size: 0.9em;
	margin-bottom: 1em;	
	font-weight: bold;
	color: #333;
}

form label{
	float: left;
	width: 95%;
	position: relative;
	font-size: 0.9em;
	padding: 0 0 1em 0.5em;
}

form .info{
	color: #000; 
	font-weight: normal;
}

form .warn{
	color: #c30; 
	font-weight: normal;
}

form .error{
	color: #c30; 
	font-weight: bold
}

form input, form select, form textarea{
	position: absolute;
	left: 11em;
	width: 60%;
	padding: 0.1em;
}

form input#boatSize{
	width: 4em !important;
}

form select#boatUnit{
	width: 6em !important;
	left: 16em;
}

form textarea{
	height: 6em;
}

form input.button{
	position: static;
	float: right;
	width: 40%;
	margin: 4.8em 2em 0 0;
}

