/* Note: This file is used to declare user defined styles. These styles are used only on the website 
 and not in Electos Studio. You may expand and change these however you see fit. */
 
/* Gallery styles start*/
.GalleryImageDiv{       
        background-color : #F6F6F6;     
        float : left;
        padding : 8px; 
        margin-right : 2px;
        margin-top : 1px;
}

a.GalleryImage img, a.GalleryImage:Visited img{
        border : 1px solid #DFDFDF;
}

a.GalleryImage:hover img {
        border : 1px solid #EA5622;
}


#mailform label{
    float: left;
    width: 100px;
    display: block;
    padding-top: 5px;
}

#mailform input[type="text"]{
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#mailform  .warning{
    font-weight: bold;
    color: red;
}

#mailform .formsubtext{
    font-weight: bold;
    color: #00A6EB;
}
