/*
SKRYPT GALERII
*/

#gallery_box {
font-size:1px;
background:yellow;
display:block;
clear:both;
}

#gallery_box .pic {
float:left;
}

#gallery_box .pic .tc {
display:table-cell;
width:110px;
height:110px;
text-align:center;
vertical-align:middle;
}

#gallery_box .pic img{
border:none;
padding:1px;
background:black;
display:table-cell;

}

#gallery_box .pic a:hover img{
background:#2be;
}

/*
  FORM
*/

.contact_form_text1,.contact_form_text2,.contact_form_text3 {
display:inline;
font:bold 12px tahoma;
}

.contact_form_input {
display:block;
border:1px solid #FFB60F;
font:bold 12px verdana;
}

.tresc_maila {
display:block;
margin:0 auto;
text-align:center;
border:1px solid #FFB60F;
width:400px;
height:200px;
}

#contact_form {
text-align:center;
margin:0 auto;
}

.contact_form_input {
text-align:center;
margin:0 auto;
}