@charset "utf-8";
/* CSS Document */

input {
	width:50%;
	background-color:#5CA6BD;	
	border-radius:0px 15px 15px 15px;
	border:0;
	color:#F2EDD1;
	height:20px;
	padding:5px;
	font-size:16px;
}
.ensemble_options select {
	border-radius:15px 15px 15px 15px;
}
select {
	width:50%;
	background-color:#5CA6BD;	
	border-radius:0px 15px 15px 15px;
	border:0;
	color:#F2EDD1;
	height:50px;
	padding:5px;
	font-size:16px;
}
select:focus {
	border:0;
	outline-style: none;	
}
textarea {
	width:50%;
	background-color:#5CA6BD;	
	border-radius:0px 15px 15px 15px;
	border:0;
	color:#F2EDD1;
	height:100px;
	padding:5px;
	font-size:16px;
}
textarea:focus {
	border:0;
	outline-style: none;	
}
label {
	width:25%;
	border-radius:15px 15px 0px 0px;
	border-left:1px solid #5CA6BD;
	border-right:1px solid #5CA6BD;
	border-top:1px solid #5CA6BD;
	color:#33322C;
	height:20px;
	padding:5px;
	font-size:18px;
	margin-bottom:-1px;
	margin-left:1px;
	margin-top:10px;
}

input:focus {
	border:0;
	outline-style: none;	
}

.ensemble_options {
	float:left;
	width:70%;
	height:95%;
	margin-right:10%;
}

.options {
	width:100%;
	text-align:center;
}

.options select {
	margin-bottom:40px;
	margin-top:20px;
	width:100%;
	background-color:#5CA6BD;	
	border-radius:15px 15px 15px 15px;
	border:0;
	color:#F2EDD1;
	height:30px;
	padding:5px;
	font-size:16px;
}

.options select:focus {
	border:0;
	outline-style: none;	
}

.resume_options {
	width:20%;
	height:100%;
	float:left;
	display:block;	
}

.resume_options h2 {	
	width:100%;
	height:	12.5%;
}

.option_sel {
	width:100%;
	height:	12.5%;
	
}

.option_sel span {
	color: #E36099;
	font-weight:700;	
}

.textSlide {
	font-size:18px;	
}
