@CHARSET "UTF-8";

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
	font-family: Helvetica, sans-serif;
}

.tooltip{
	display: none;
	border: 1px solid white;
}

.tooltip-content{
	background: #f8edf5;
	padding:10px;
	width:310px;
	font-size:13px;
	color: #333;
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin: auto;
	background: #efe5ed;
}

#header{
	width: 1000px;
	height: 410px;
	background: #ca5d97 url('../img/corsiosa/header.jpg') no-repeat center bottom;
}

#header .headtitle{
	padding: 25px 20px 25px 20px;
}

#header h2{
	font-size: 20px;
	letter-spacing: 1px;
}

#header h3{
	font-size: 15px;
}

#header h2, #header h3, #header h1{
	color: white;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

#header h1{
	margin: 10px 0 10px 0;
	font-size: 36px;
	letter-spacing: 3px;
}

#header .whitebanner{
	background: white;
}

#header .whitebanner h3{
	color: #c12e5a;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
}

#container{
	width: 1000px;
	margin: 0px 0px 0 0px;
	font-size: 12px;
}

#side{
	min-height: 500px;
	background: #ebd7e2;
	float: left;
	width: 480px;
	z-index: 10;
	-moz-border-radius-bottomright:15px;
	-webkit-border-radius-bottomright: 15px;
    -khtml-border-radius-bottomright: 15px;
}

#side .side-box{
	padding: 15px 20px 15px 20px; 
}

#side .side-box h3{
	font-size: 15px;
	margin: 7px 0 7px 0;
	color: #c42e5c;
	text-transform: uppercase;
}

#side .side-box p{
	margin: 0 0 10px 0;
	color: #4e4246;
	font-weight: bold;
}


#content{
	float: right;
	width: 480px;
	margin-right: 20px;
}

#content .bannertop{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
}

.form-content{
	background: #efe5ed;
	border: 3px solid white;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	padding: 18px 12px 18px 12px;
}

.form-content .cleft{
	float: left;
}

.form-content .cright{
	float: right;
}

.form-content .cfull{
	width: 100%;
	margin-bottom: 20px;
}

div.input{
	height: 25px;
	width: 100%;
	margin-bottom: 10px;
}

div.input label{
	float: left;
	width: 70px;
	text-transform: uppercase;
	color: #272526;
	margin-right: 10px;
	line-height: 20px;
	font-size: 10px;
}

div.privacy{
	margin-left: 10px;
}

div.privacy label{
	width: 200px;
	display: block;
	color: #272526;
	margin-right: 30%;
	font-weight: bold;
}

div.button{
	text-align: right;
	margin-right: 15px;
}

div.floatant{
	float: left;
}

div.r{
	width: 200px;
}

div.f{
	width: 120px;
}

div.input label.blue{
	width: 110px;
	line-height: 23px;
}

div.input label.double-line{
	line-height:23px;
	width: 27px;
}

div.input select, div.input input[type='text']{
	width: 221px;;
	height: 21px;
	width: 70%;
	font-size: 10px;
}

.cfull div.input select{
	width: 320px;
}

.cfull div.input select.reper{
	width: 100px;
}

.cfull div.input select.yy{
	width: 100px;
}

.cfull div.input select.to, .cfull div.input select.from, .cfull div.input select.gg{
	width: 70px;
}

.cleft div.input input, .cright div.input input{
	width: 100px;
}

#footer{
	padding-top: 10px;
	clear: both;
	height: 190px;
	background: url('../img/corsiosa/footer.jpg') no-repeat center bottom;
}

#footer #foot_wrapper{
	text-align: center;
	color: #706e6f;
	font-size: 12px;
	font-weight: bold;
}
