/*tag redefinitions*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
}

p{
	margin-top:7px;
    font-size: 13px;
}

h1{
	font-family: frutiger, verdana, helvetica, sans serif;
	color: #618D6E;
	font-size: 16px;
	font-weight: bolder;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #AECAB4;
}
h2{
	color: #2D5C3D;
	font-size: 13pt;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h3{
	color: orange;
	font-size: 11pt;
	font-weight: bold;
	margin-top:5px;
}

#step1 a, #webform a {
    color:#006666;
}

/*a:visited {
    color:#999999;
}*/

#step1 a:active, #webform a:active  {
    color:#336699;
}

/* textes */
p.note{
	font-size: 8pt;
}
p.obligatoire{
	font-style:italic;
	margin-bottom:1px;
}
/*tables*/

#step1 td{
	padding-left:5px;
	text-align:left;
}

#step1 table, #webform table{
	background:#F0FAF0;
	font-size: 8pt;
	text-align:left;
	margin-bottom:10px;
}

#step1 th, #webform th{
	padding:5px;
	background:#CDDECD;
	text-align:left;
}
#webform td{
	padding:5px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #AECAB4;
	width:50%;
}
#webform table.nostyle td{
    width:25%;
}

#webform table.nostyle td td{
    border:0px;
    padding:0px;
    width:25px;
}
#webform table.nopadding {
    padding-bottom:0px;
    }
#webform table.nopadding td {
    padding-left:0px;
     border-bottom:0px;
    }
#webform table.noborder td {
     border-bottom:0px;
     width:300px;
    }

#webform hr{
	background:url(../../images/line_dot.gif) repeat-x;
	height:1px;
	padding:0px;
	margin:0px;
	width:100%;
	color:black;
}


/*links*/
a.help:visited, a.help:active, a.help:link {
	color : #4d7761;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.help:hover {
	color : #ff9900;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

/*special styles in form*/
.help {
	color : #4d7761;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.formnote{
	font-style:italic;
	font-weight:normal;
}
.formnormal{
    font-weight:normal;
}
.underline{
    text-decoration:underline;
}

input.charcount{
	border: 1px solid #8daf94;
	color:#333333;
	background-color:#f0faf0;
	text-align:right;
	margin-bottom:0px;"
}

/*specific forms*/
#autoPolicyDate{
    float:left;
    margin-top:3px;
}

/*phone*/
div#greenbox {
    background:#F0FAF0;
	font-size: 8pt;
    text-align:center;
    width:100%;
    padding:6px;
}

div#phonebox {
    background:#FFFFFF;
    text-align:center;
    margin:0px auto 0px auto;
    padding:7px 3px 7px 3px;
    border:2px solid black;
    width:200px;
}

div#phonebox h3{
	margin-top:5px;
	margin-bottom:-5px;
}

input {
	border: 1px solid #8daf94;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
}
input.radio {
	border: 0px solid #8daf94;
	color: #333333;
	background-color: #f0faf0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
select {
	border: 1px solid #8daf94;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin-bottom: 2px;
}
textarea {
	border: 1px solid #8daf94;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 8px;
	margin-bottom: 2px;
}