/* @override 
	http://localhost:8888/MAMP/www/p-plus/enquete/_css/enquete.css
	http://localhost:8888/MAMP/www/p-plus/enquete/www%200,4/_css/enquete.css
*/

body {
	margin: 0;
}

#rectangle {
	width: 800px;
	height: 600px;
	border: 0px solid #000;
}

#rect_bg_1 {
	position: absolute;
	background: url(../_img/tricolore4000px.jpg) no-repeat;
	height: 600px;
	width: 30px;
}

#rect_bg_2 {
	position: absolute;
	background: url(../_img/tricolore4000px.jpg) no-repeat;
	height: 600px;
	width: 30px;
	margin-left: 770px;
}

#rect_logo {
	margin-left: 150px;
}

#rect_border {
	position: absolute;
	width: 402px;
	height: 0;
	margin-left: 98px;
	padding-left: 200px;
	border-top: 4px solid #ccc;
	top: 260px;
}

.rect_main {
	width: 600px;
	height: 250px;
	position: absolute;
	top: 305px;	
	border: 1px solid #000;
	background-color: #fe9935;
	left: 100px;
}

.rect_question {
	font-weight: bold;
	width: 500px;
	height: 40px;
	position: absolute;
	top: 40px;
	margin-left: 50px;
	border: 0px solid #000;
}

.rect_options {
	width: 400px;
	height: 100px;
	margin-left: 50px;
	margin-top: 90px;
	border: 0px solid #000;
}

.rect_radio {
	margin-right: 10px;
	margin-bottom: 5px;
}

.rect_send {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 190px;
	text-align: center;
	border: 0px solid #000;
}

.rect_options_win {
	width: 400px;
	height: 100px;
	margin-left: 50px;
	margin-top: 150px;
	border: 0px solid #000;
}

.rect_radio_win {
	margin-right: 10px;
	margin-bottom: 5px;
}

.rect_send_win {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 160px;
	text-align: center;
	border: 0px solid #000;
}

.rect_finish {
	width: 100px;
	height: 80px;
	position: absolute;
	top: 80px;
	margin-left: 50px;
	border: 0px solid #000;		
}

.rect_finish_input {
	width: 200px;
	height: 80px;
	position: absolute;
	top: 80px;
	border: 0px solid #000;
	margin-left: 150px;
}

.rect_finish_item {
	border: 0px solid #000;
	margin-top: 6px;
}

.rect_win_name {
	width: 150px;
	margin: 2px;
}

.number_td_top {
	width: 30px;
	border: 0px solid #000;
}

.number_td_btm {
	width: 30px;
	border: 0px solid #000;
	text-indent: 4px;
}

#false {
	position: absolute;
	left: 284px;
	top: 285px;
	color: red;
	border: 1px solid #000;
	padding: 10px 5px;
	background-color: white;
	font-variant: small-caps;
	text-decoration: underline;
}

#privacy {
	position: absolute;
	width: 400px;
	left: 50px;
	border: 0px solid #000;
	text-align: left;
	top: 30px;
	font-style: italic;
	font-variant: small-caps;
	font-size: 13px;
}
