﻿@charset "utf-8";

.enqueteText {
	font-size   : 1.2em ;
	line-height : 180%  ;
	padding     : 0 0 20px 20px ;
}


#formWrapper {
	width   : 700px ;
	height  : 690px ;
	padding : 15px 5px 5px 5px ;
	background : url(../img/enquete/bg_enqueteForm_a.png) no-repeat ;
}

#enqueteForm {
	width : 100% ;
}

#enqueteForm th {
	width  : 300px ;
	height : 50px ;
	padding : 0 0 0 10px ;
	vertical-align:middle;
	border-bottom:1px solid #e2e2e2 ;
}

#enqueteForm th.textArea {
	height : auto ;
}

#enqueteForm td {
	font-size   : 1.2em ;
	line-height : 1em   ;
	border-bottom:1px solid #e2e2e2 ;
}

input {
	margin-right : 4px ;
	>margin-right : 2px ;
}

label {
	margin-right : 13px ;
	>margin-right : 8px ;
}

textarea {
	height : 85px ;
	margin : 8px 0 ;
	font-size : 1.4em ;
}

#enqueteForm td.formBtnTd {
	padding : 5px 0 0 0 ;
	text-align:center;
	border : none ;
}

#enqueteForm td.formBtnTd div.formBtn{
	width : 240px ;
	margin : 0 auto ;
}

form input#btn_send , form input#btn_reset {
	width       : 114px   ;
	height      : 34px    ;
	border      : none    ;
	overflow    : hidden  ;
	cursor      : pointer ;
	padding     : 0       ;
	text-indent : -9999px ;
	float       : left    ;
	display     : block   ;
}

form input#btn_send {
	background:url(../img/enquete/btn_send.png) no-repeat left top;
}

form input#btn_reset{
	background:url(../img/enquete/btn_reset.png) no-repeat left top;
}
.pp{
	font-size:14px;
}
.pp a {
	color: #af500b ;
}

.ppp{
	font-size:14px;
	color:#CC0000;
}
