/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway);

#def{
width: 100%;
height: 100%;
opacity: 0.95;
top: 0;
left: 0;
display: none;
position: fixed;			
background-color: #fffff;
overflow:auto;

}
.input {  font-size: 10px; font-family: Verdana; margin-top: 0px; margin-bottom: 0px}

img#close{
position: absolute;
right: -14px;
top: -14px;
cursor: pointer;
}

div#popupContact2{
position: absolute; 
left: 24%;
top: 13%;
margin-left: -190px;
font-family: verdana;
}

form.fpopup2{
width: 650px;
height: 450px;
padding: 10px 20px;
border: 2px solid gray;
border-radius: 10px;
font-family: verdana;
background-color: #E8EAF9;
}

p.ppopup2{
margin-top: 30px;
}

h2.hpopup2{
width: 650px;
background-color: #579FFC;
padding: 10px 20px;
margin: -11px -20px;
text-align:center;
border-radius: 10px 10px 0 0;
font-size: 18px;
font-family: verdana;
color:#E8EBFC;
}

 
input[type=text]{
padding: 5px;
padding-left: 10px;
margin-top: 10px;
border: 1px solid #ccc;
font-size: 12px;
font-family: verdana;
}  

#email{
background-image: url('./../images/email.png');
background-repeat: no-repeat;
background-position: 5px 7px;
}

textarea{
width:100%;
padding: 3px;
margin-top: 10px;
border: 1px solid #ccc;
padding-left: 10px;
font-size: 12px;
font-family: verdana;
}

#submit2{
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#596AD8;
color: white;
border: 1px solid #FFCB00;
padding: 10px 0;
font-size:20px;
cursor:pointer;
border-radius: 5px;
}


tbody.disz tr:nth-child(odd) {
   background-color: #d0dafd; 
}

table.disp {     
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; color: #339;
    width: 80%; text-align: left; border-top: 1px solid #aabcfe;  border-left: 1px solid #fff; border-right: 1px solid #fff;   border-bottom: 1px solid #fff; }

#body {font-family: Arial, Helvetica, sans-serif;}

table.disz {     
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; color: #669;
    width: 100%; text-align: left;    border-collapse: collapse; }

th.disz {     font-size: 12px;     background: #207ce5; padding: 5px; cellspacing: 10; cellpadding:10;
    color: #fff; }


tr.disz:hover td { background: #D1F2EB; color: #339; }



/*-----------------------------------------------------------------
css settings for right side advertisement
------------------------------------------------------------------*/
img#fugo{
margin-left: 70%;
}	