body{
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
    background: #ebebeb;
}

#pda_content_all {
	position: relative;
	margin: 0 auto;
	height: 900px;
	width: 1200px;
	background: url(landing.jpg) top center no-repeat;
}

#pda_content_form{
	position: absolute;
	top: 130px;
	left: 700px;
	width: 506px;
}

#pda_footer{
	margin: 0 auto;
	padding-top: 900px;
	width: 1200px;
	text-align: justify;
}


#placedesleads_form_footer{
    
    display: none;
}


.placedesleads_picto{
	font-family: Arial,Tahoma,Verdana;
	margin-left: 15px;
	padding-left: 40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
}



#placedesleads_form_submit_image{
	background-color: #5a3982 !important;
}

.placedesleads_previous{
    background-color: #007AB3!important;
    border-radius: 7px!important;
    font-size: 12px!important;
    line-height: 50px!important;
    letter-spacing: 1px!important;
    border: none!important;
    padding: 9px!important;
}
.placedesleads_next{
    background-color: #007AB3!important;
    border-radius: 7px!important;
    font-size: 12px!important;
   line-height: 50px!important;
    text-decoration: none!important;
    letter-spacing: 1px!important;
border: none!important;
}
#placedesleads_submit_btn{
    background-color: #007AB3!important;
    border-radius: 7px!important;
    font-size: 12px!important;
    text-decoration: none!important;
    letter-spacing: 1px!important;
border: none!important;
}
.text{
margin:8px;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #ffffff;
}
.icon {
background-image: url(icon.png);
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.picto {

margin: 0px 0px -3px 8px;cursor:pointer;
}

p{
font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
div.error{
	color: red;
	font-size: 0.8em;
}
