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

ul.gallery_box {

margin-top: 5px;
background-color: #3e494e;
padding: 5px 0 1px 5px;
width: 240px;
overflow: hidden;

}

ul.gallery_box li {

width: 55px;
text-align: center;
float: left;
margin: 0 5px 1px 0;

}

ul.gallery_box li img {border: 1px solid #999999;}


p.full_gall_link {

float: left;
margin: -3px 0 10px 0;
background-color: #3e494e;
padding: 2px 5px 5px 5px;

}

p.full_gall_link a {color: #ffffff;}

p.full_gall_link a:hover, p.full_gall_link a:active {text-decoration: underline;}

ul.gallery_page_thumbs {

border-top: 1px solid #999999;
width: 605px;
list-style-type: none;
padding: 15px 0 2px 0;
margin-top: 10px;
overflow: hidden;

}

ul.gallery_page_thumbs li {

width: 72px;
text-align: center;
float: left;
margin: 0 10px 3px 0;

}

ul.gallery_page_thumbs li img {border: 1px solid #999999;}


#gallery_main_pic {

text-align: center;
padding-bottom: 10px;

}


/**************CONTACT FORM***************/


#contact_form label {

float: left;
width: 7em;

}

#contact_form input, #contact_form textarea {

width: 470px;
border: 1px solid #999999;
background-color: #dddddd;
height: 1.6em;
padding: 0 5px;

}

#contact_form textarea {height: 10em;}

#contact_form p.btn {float: right;}

#contact_form p.btn input {

width: 6em;
border: 1px solid #999999;
background-color: #dddddd;
color: #3333333;
margin-right: 10px;

}

p.check {

text-align: right;
margin-right: 12px;
}

#contact_form p.check input.cas_check {

background-color: #ffffff;
border: none;
width: 15px;
height: 15px;
margin-left: 10px;

}


/**************CONTACT FORM END***************/