/************* RESET ********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************/

body{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;	
}

.wrapper.score_select .logo{
	position: relative;
	left:50%;
	margin-left: -55px;
	width: 110px;
	margin-top: 15px;
}

#app_name{
	color: #a9a9a9;
	font-size: 12px;
	width: 100%;
	text-align:center;
	margin: 12px 0;
}

#give_fedback{
	font-size: 17px;
	text-align: center;
	color: #3c3c3b;
	text-transform: uppercase;
	margin: 12px 0 0 0;
}

#on_the_app{
	color: #918965;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}

#description{
	padding: 0 6%;
}

.rate{
	margin-top: 18px;
	float: left;
	width: 96%;
	padding: 0 2%;
	margin-bottom:10px;
}

.rate_links{
	margin-right: 6px;
	width: 100%;
}

.rate_links a{
	border: 1px solid #414141;
	border-radius:8px;
	background: #7c7c7c;
	background: -moz-linear-gradient(top,  #7c7c7c 0%, #3f3f3f 50%, #111111 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(50%,#3f3f3f), color-stop(50%,#111111), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #7c7c7c 0%,#3f3f3f 50%,#111111 50%,#000000 100%);
	background: -o-linear-gradient(top,  #7c7c7c 0%,#3f3f3f 50%,#111111 50%,#000000 100%);
	background: -ms-linear-gradient(top,  #7c7c7c 0%,#3f3f3f 50%,#111111 50%,#000000 100%);
	background: linear-gradient(top,  #7c7c7c 0%,#3f3f3f 50%,#111111 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#000000',GradientType=0 );
	float: left;
	padding: 8px;
	position: relative;
	left: 50%;
	margin-left: -28px;
}

.rate_links a img{
	max-height:39px;
}

.formpage{
	background-color: #FFF;
}

.wrapper.formulaire{
	
}

.wrapper.formulaire label{
	display: inline-block;
	width: 92%;
	margin-left: 4%;
	clear: left;
	line-height: 30px;
	margin-bottom: 0;
	color: #58A9F7;
	font-size: 18px;
}

.wrapper.formulaire input[type=text]{
	float: right;
	clear: right;
	width: 60%;
	margin: 0 4% 10px 0;
	padding: 5px 1% 5px 1%;
}

.wrapper.formulaire textarea{
	width: 88%;
	margin: 0 4%;
	height: 80px;
	padding: 10px 2% 10px 2%;
}


.wrapper.formulaire input[type=text],.wrapper.formulaire textarea,.wrapper.formulaire input[type=submit]{
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	box-shadow: 0px 1px 1px #D7D7D7;
	background-color: #F3F3F3;
}

.wrapper.formulaire input[type=submit]{	
	border: none;
	padding: 10px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 4%;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-radius:2px;
	border: 1px solid #58A9F7;
	box-shadow: 0 1px 0 #58A9F7;
	background: #58A9F7;
}
.wrapper.formulaire input[type=submit]:hover{	
	background: #2072BD;
}

.wrapper.formulaire img{
	float: right;
	margin: 10px 4%;
}

.cur_rate{
	float: left;
	width: 100%;
}

.merci{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #3c3c3b;
	margin-top: 20px;
}



/***********************************/
.form-item{
	margin-top:10px;
}

table{

	width:100%;
}


thead{
	background-color: #ECECEC;
}
form thead th {
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 5px;
    text-align:left;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
td {
    background-color: #ECECEC;
    border: 1px solid #CCCCCC;
    padding: 5px;
	vertical-align:middle;
}



tr.even, tr.odd {
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.1em 0.6em;
}
tr.odd, tr.odd td {
    background-color: #D6D6D6;
    color: #374B5C;
}

td.checkbox, th.checkbox {
    text-align: center;
}


.webform-grid-question{
	width:30%;
	font-size:1.2em;
	line-height:1.2em;
}