@charset "UTF-8";

/* 	
	------------------------------------
	RSP FM - Waiting Page - wait.css
	------------------------------------
*/


body{
	background-color: #eeeeee;
	background-image: url(images/bg_gradient-grey.gif);
	background-repeat: repeat-x;
	background-position: center 272px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

p{margin: 0; padding: 0}

.r {display:block; float:right;}
.l {display:block; float:left;}
.b {font-weight:bold;}
.orange-border-left{border-left:solid 2px #f1911a;}
.orange {color:#f1911a;}

#main {
	width:510px;
	margin:105px auto 30px auto;
	background-color:transparent;
}

#header {
	margin: 0 0 40px 0;	
	overflow:auto;
}

#header p {
	padding:0 0 0 8px;
	margin:96px 0 0 15px;
	width:300px;
}

/* form style */

input.labelHighlight { color: #999; }

#proposeForm fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

#proposeForm h3
{
		border-left: solid 3px #f1911a;
		font-size: 14px;
		padding: 8px;
		margin:15px 0 10px 0;
		color: #333333;

}

#proposeForm input, #proposeForm textarea, #proposeForm select
{
	margin-bottom: 10px;
}



#proposeForm input, #proposeForm textarea
{
	border: solid 1px #999;
	
}

#proposeForm input.big
{
	font-size: 14px;
	padding: 6px;
	display: block;
	margin:0 0 10px 0;
	width: 495px;
}

#proposeForm textarea {
	height:230px;
	width: 495px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#proposeForm .question
{
	font-size: 13px;
	color: #333;
	display: block;
	background-color: #dddddd;
	border-left: solid 3px #ccc;
	padding: 8px;
	margin-bottom: 10px
}

.button
{
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #ccc;
}

table#dispo
{
	width:100%;
	border: solid 1px #666;

}

table#dispo .alt
{
	background-color: #fff;
}

table#dispo th
{
background-color: #999;
padding: 5px;
color: #fff;
width: 70px;
}

table#dispo td
{
	text-align: center;
	padding:5px;
}

#proposeForm input.error, #proposeForm textarea.error
{
	border: solid 1px #cc0000;
}

#proposeForm label.error
{
	color: #cc0000;
	margin-bottom: 10px;
	display: block;
	background-color: #ffcccc;
	padding: 4px 4px 4px 8px;
	border-left: solid 3px #cc0000;

}

input.disabled{
	background-color: #eee;
}

