/*  Style for eip div */
.eip {
width:100%;
border: 1px solid #ddd;
margin-bottom:8px;
vertical-align:top;
} 
/*  Style for selected div */
.eip-hover {
width:100%;
border: 1px dashed #336699;
} 
/*  Style for the input for the forms */
input.eip-input {
width:100%;
border: 1px dashed #336699;
}
/*  Style for the textarea for the forms */
textarea.eip-textarea {
width:100%;
border: 1px dashed #336699;
}
/*  Style for ajax loading */
.eip-loading {
padding:0 0 0 25px;
background:url(loading.gif) top left no-repeat;
} 