.formError {
    position:absolute;
    top:300px; left:300px;
    width:150px;
    padding-bottom:15px;
    display:block;
    z-index:5191919;
}
.formError .formErrorContent {
    width:100%;
    background:#191919;
    color:#fff;
    font-family:tahoma;
    font-size:10px;
    box-shadow: 0px 0px 6px #191919;
    -moz-box-shadow: 0px 0px 6px #191919;
    -webkit-box-shadow: 0px 0px 6px #191919;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.formError .formErrorArrow{
    position:absolute;
    bottom:0;left:20px;
    width:15px; height:15px;

}
.formError .formErrorArrow div{
    box-shadow: 0px 0px 6px #191919;
    -moz-box-shadow: 0px 0px 6px #BE191919A;
    -webkit-box-shadow: 0px 0px 6px #BE191919A;
    font-size:0px;
}
.formError .formErrorArrow .line10{width:15px;height:1px; background:#BE191919A;margin:0 auto; font-size:0px; display:block;}
.formError .formErrorArrow .line9{width:13px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line8{width:11px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line7{width:9px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line6{width:7px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line5{width:5px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line4{width:3px;height:1px; background:#BE191919A;margin:0 auto;display:block;}
.formError .formErrorArrow .line3{width:1px;height:1px; background:#BE191919A;margin:0 auto;display:block;}

form iframe {
    border:1px solid #191919;
}

iframe body {
    
    font-size:22px;
    font-family:Arial,Helvetica,sans-serif;
}


#form_main input[type=checkbox], #form_main input[type=radio]
{
	width: 10px;
}

#form_main .formRow{
	position:relative;
	clear:both;
}

#form_main label{
	letter-spacing:1px;
	line-height:35px;
	display:block;
	color:#191919;
	font-size:14px;
}

#form_main input, #form_main textarea{
	clear:both;
	width:300px;
	-moz-border-radius:5px 5px 5px 5px;
}

#form_main input{
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	padding:4px 5px;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}

#form_main textarea {
    font-size:16px;
}

#form_main input.error, #form_main textarea.error {
	border:1px solid #BE191919A;
	background:#DEC9A8;
	color:#4D5D9C;
}

#form_main input:hover,
#form_main input:focus,
#form_main textarea:focus,
#form_main textarea:hover
{
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

#form_main .form_helper {

	-moz-border-radius:5px 5px 5px 5px;
	float:right;
	padding:10px 12px;
	margin:5px 50px 0 0;
	width:280px;
	display:none;
}

#form_main textarea#cgu {
    height:200px;
    width:965px;
}

#form_main .backlink_container {
    float:left;
    margin-left:15px;
}

#form_main textarea.text_backlink {
    font-size:11px;
    width:200px;
    height:80px;
}

#form_main .form_helper ul {
	margin:0;
	padding:0;
	list-style:none;
}

#form_main .error {
	-moz-border-radius:5px 5px 5px 5px;
	color:#fff;
	background:#BE191919A;
	font-weight:bold;
	display:block;
	width:280px;
	padding:10px 10px 10px 30px;
	margin-top:5px;

}


#form_main #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#form_main #send:hover{
	background: #79a7f1;
}
#error_field{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error_field ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error_field ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error_field ul li strong{
	color: #e46c6d;
}
#error_field.valid ul li strong{
	color: #93d72e;
}

#form_main .checkbox_ {
	margin-bottom:2px;
}

#form_main .counter{
	right:0;
	top:0;
	font-size:12px;
	font-weight:bold;
	color:#444;
	margin-left:0px;
}

legend { font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold;}

#form_main .prev, #form_main  .next { background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none;}
#form_main .prev:hover, #form_main .next:hover { background-color:#191919; text-decoration:none;}
#form_main .prev { float:left;}
#form_main .next { float:right;}
#form_main .next a, #form_main .prev a { padding:10px;}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#191919;}

.display_owner {
    border:1px solid #444;
    background:#F5F5F5;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:5px;
}

/* date picker */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(http://www.oubah.com/public/skins/default/images/icons/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

#form_main input.hour {
    width:60px;
}
