.short_info.form{
	overflow: hidden;
	width: 215px;
	margin: 5px 0 0px 0;
	font-size: 1.1em;
}

input.textfield, input.textfield_small, input.textfield_big{
	padding: 2px 0px 2px 3px;
	margin: 3px 0 5px 0;
	color: #1d1000;
}

.column, .column_big {
	float: left;
}

.reservation{
	height: 177px;
	width: 200px;
	padding: 0 17px 0 18px;
}
.reservation h2{
	width: 166px;
	height: 12px;
	font-size:12px;
	font-weight:300;
	color:#fff4b1;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.reservation p{
	margin: 5px 0px 0 0;
	overflow: hidden;
}
.reservation p input{
	float: left;
}
.reservation .column{
	float: left;
	width: 62px;
	margin: 10px 7px 0 0;
}
.reservation .column select{
	width: 47px;
}
.reservation label {
	display: block;
	color: #d7ecf7;
	margin: 0 0 5px 0;
}

.reservation input.textfield, .reservation input.textfield_small{
	width: 142px;
	margin: 0 3px 0 0;
	height: 13px;
}
.form_button  {
	float: right;
	margin: 5px 0 0 0;
	padding:0 10px 0 0;
}

.form_button input{
	overflow: visible; /* for ie*/
	cursor: pointer;
	border: none;
}
.reservation .form_button{
	background: url(../images/sprite.png) no-repeat 0 -270px;
	padding: 0px 0 0px 1px;
	height: 20px;
	margin: 18px 0px 0 0;	
}

.reservation .form_button input{
	font-weight: bold;
	background: url(../images/sprite.png) no-repeat right -270px;
	padding: 2px 15px 2px 8px; 
	cursor: pointer;
	height: 20px;
	text-transform: uppercase;
	font-family: Tahoma;
	color: #f9f9f7;
} 
.reservation img{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/sprite.png) no-repeat right -30px;
	float: left;
	margin: 2px 0 0 0;
	cursor: pointer;
}

.short_info input.textfield_small{
	width: 35px;
}
#cv_form{
	width: 640px; 
}
#cv_form legend span{
	line-height: 1.5em;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0;
	display: block;
	width: 630px;
	border-bottom: 1px solid #ccc;
}
#cv_form label{
	display: block;
}
#cv_form .textfield{
	width: 150px;
}
#cv_form .textfield_big{
	width: 300px;
}
#cv_form select{
	margin:3px 0 5px;
	font-size: 11px;
}
#cv_form .col{
	float: left;
	width: 310px;
}
#cv_form .datepick-trigger{
	cursor: pointer;
}
.lang_edu{
	float: left;
	width: 100px;
}
#cv_form textarea{
	width: 300px;
	overflow: auto;
	margin: 0 0 5px 0;
}
.container{
	overflow: hidden;
	border:1px solid #27333F;
	margin: 5px 0;
	padding: 5px;
	width: 620px;
}
#cv_form .button{
	float: right;
	background:  #4075A8;
	color:#F5F5F5;
	cursor:pointer;
	height:23px;
	padding:0 10px;
	text-transform:uppercase;
}


.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding: 0 0 0 3px;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}