@charset "utf-8";
/* CSS Document */

#effect { 
width: 300px; 
height: auto; 
padding: 0.4em; 
position: absolute; 
z-index:3000; 
background:#FFF; 
border: solid 1px #59699C;
left:20px; 
top:25px; 
font-size:11px; 
color:#59699C;}

#effect form {
margin:0;
padding:0;}

.ui-effects-transfer { border: 2px dotted gray; } 

#effect input  {
font-size:11px;
color:#412912;
border: dashed 1px #FFFFFF;
background: #e1eafc;
padding:3px;
}

#effect input:hover{
background: #89adf5;
}

#effect input[type="button"], #formContact input[type="button"] {
width:72px;
height:20px;
border:none;
cursor:pointer;
color:#FFFFFF;
background:#59699C;
}