	@import url(https://fonts.googleapis.com/css?family=Exo:400,700,900); 
/**	@import url(https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Signika:400,300,600,700); **/
/************************************************************************************RESET*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
/* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.spacer {
	clear: both;
	padding-bottom: 5px;
}

/* Flexible iFrame google maps atd*/

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************************************************************************************GENERAL STYLING*************************************************************************************/
body {
	background: #0d1424 url(../themes/bg1.jpg) repeat center top;
	font: 100%;
	font-family: 'Exo', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
}
a {
	color: #D2B467;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #D2B467;
	text-decoration: underline;
}
p {
	margin: 0 0 1px;
	padding: 0;
}
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #fff;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/************************************************************************************STRUCTURE*************************************************************************************/
#pagewrap {
	width: 1100px;
	margin: 0 auto;
}

.navigation {
	background: rgba(0,0,0,0.15);
	padding: 5px;
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
/************************************************************************************boxFloat*************************************************************************************/
.boxFloat {
	width: 33.3333%;
	float: left;
	padding: 0px;
	color: #fff;
	list-style: none;
	text-align: justify;
	margin-bottom: 10px;

}
.boxFloat p {
	padding: 5px;
}
.boxFloat img {
	display: inline-block;
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 96%;
}
/************************************************************************************BUTTON*************************************************************************************/
.button {
	position: relative;
	background: url('../themes/bg3.jpg') 0 15% repeat-x;
	padding: 10px 25px 10px 25px;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.9), inset 0px 2px 0px 0px rgba(255,255,255,0.8), inset 0px 0px 0px 2px rgba(255,255,255,0.6), 0px 2px 3px 0px rgba(0,0,0,0.35);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	color: #5a5232;
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: 0px;
	outline: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.button:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 64px;
	height: 64px;
	background: url('../themes/sprites.png') -192px 0px no-repeat;
}
.button:hover {
	color: #5a5232;
	background-position: 0 80%;
}
.button-big {
	padding: 0.8em 2.1em 0.8em 1em;
	font-size: 2em;
}
.button-big:after {
	background-position: -128px;
	top: 0.85em;
	right: -24px;
}
/************************************************************************************HEADER*************************************************************************************/
#header {
	position: relative;
	height: 340px;
}
/* site logo */
#site-logo {
	font-size: 4.5em;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
}
#site-logo a:hover {
	color: #fff;
	text-decoration: underline;
}
/* site description */
#site-description {
	font: italic 100%/130%;
	color: #fff;
	position: absolute;
	top: 55px;
}
/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
	font-size: 1.0em;
	min-height: 1.5em;
	line-height: 2em;
	color: #5a5232;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.9), inset 0px 2px 0px 0px rgba(255,255,255,0.8), inset 0px 0px 0px 2px rgba(255,255,255,0.6), 0px 2px 3px 0px rgba(0,0,0,0.35);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
/* gradient */
	background: url(../themes/bg4.jpg) repeat-x;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
  left: 0px;
}
#main-nav li:first-child {
	margin-left: 0px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #5a5232;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	top: 5px;
}
#main-nav a:hover {
	color: #5a5232;
	text-decoration: underline;
}


}
/*************** CONTENT ****************/
.content {
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	padding: 10px 10px;
	width: 73%;
	float: right;
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


.content-left-side {
	position: relative;
	margin: 10px 0 10px;
	padding: 0px;
	width: 48.5%;
	float: left;
}

.content-right-side {
	position: relative;
	margin: 10px 0 10px;
	padding-right: 10px;
	width: 48.5%;
	float: right;
}

.content-left {
	font-size: 90%;
	background: rgba(0,0,0,0.15);
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	width: 47%;
	float: left;
	clear: left;		
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-right{
	font-size: 90%;
	background: rgba(0,0,0,0.15);
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	width: 47%;
	float: right;
	clear: left;		
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-1-2 {
	clear: none;
}

.content-1-2:nth-of-type(even) {
	font-size: 100%;
	background: rgba(0,0,0,0.15);
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	width: 47%;
	float: right;
	clear: right;	
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-1-2:nth-of-type(odd) {
	font-size: 100%;
	background: rgba(0,0,0,0.15);
	padding: 10px;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	padding: 10px 10px;
	width: 47%;
	float: left;
	clear: left;	
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);		
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-2-2 {
	font-size: 80%;
	background: rgba(0,0,0,0.15);
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	text-align: justify;
	padding: 10px 10px;
	width: 47%;
	float: right;
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-1-2 img {
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 99%;
}

.content-2-2 img {
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 99%;	
}

.content-full img {
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 99%;
}
.content img {
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 99%;
}
.content-full-left img {
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
	width: 99%;
}

.content-full-left {
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	text-align: justify;
	margin: 10px 0 10px;
	padding: 10px 10px;
	width: 98%;
	float: left;
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.content-full {
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	text-align: justify;
	margin: 10px 0 10px;
	padding: 10px 10px;
	width: 98%;
	width-max: 98%;
	float: left;
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
/* post */
.post {
	margin-bottom: 2px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120%;
	border-bottom: solid 2px #D2B467;
}
.post-title a {
	color: #D2B467;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}




/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 24%;
	float: left;
	margin: 10px 0 10px;
}
.widget {
	background: rgba(0,0,0,0.15);
	padding: 1em 0 1em 0;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 10px;
	padding: 10px 10px;
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px rgba(0,0,0,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px rgba(0,0,0,0.5);
	border-top: solid 1px rgba(255,255,255,0.1);
}

/************************************************************************************
box-more-posts
*************************************************************************************/
.box-more-posts {
	position: relative;
}
.box-more-posts img {
	width: 27%;
	float: left;
	clear: both;
	padding: 5px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);	
}
.box-more-posts h3 a {
	margin: 0;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
}
.box-more-posts article {
	clear: right;
	font: : 90%;	
	width: 98%;
	padding: 10px 10px;
	margin: 10px 0 10px;
	background: rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);	
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);		
/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);	
}
.box-more-posts article div {
	margin-left: 30%;
}
.box-more-posts article p {
	margin: 0 0 0.5em 0;
}

.box-more-posts article span {
	margin: 0 0 0.5em 0;
}

.content-full .box-more-posts {
	position: relative;
}
.content-full .box-more-posts img {
	width: 20%;
	float: left;
}
.content-full .box-more-posts h3 a {
	margin: 0 0 1.25em 0;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
}
.content-full .box-more-posts article {
	clear: both;
	margin: 0;
}
.content-full .box-more-posts article div {
	margin-left: 22%;
}
.content-full .box-more-posts article p {
	margin: 0 0 0.5em 0;
}


/************************************************************************************
FOOTER
*************************************************************************************/
.footer-klienti {
  position: relative;
	background: rgba(0,0,0,0.15);
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.footer-klienti img {
	height: 120px;
	padding: 2px;
	margin: 13px;
	background: rgba(0,0,0,0.15);
	border: solid 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
}

.footer-bottom {
	background: rgba(0,0,0,0.15);
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

#footer {
  position: relative;
	clear: both;
	color: #ccc;
	font-size: 80%;
	height: auto;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.5);
	box-shadow: 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	overflow: hidden;
}

#footer a {
	color: #fff;
}
.footerFloat {
	width: 31%;
	float: left;
	padding: 10px;
	color: #fff;
	list-style: none;
}
.footerFloat ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px rgba(0,0,0,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.footerFloat li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	border-bottom: solid 1px rgba(0,0,0,0.5);
	border-top: solid 1px rgba(255,255,255,0.1);
}
ul.footerFloat li {
	border-bottom: solid 1px rgba(0,0,0,0.5);
	border-top: solid 1px rgba(255,255,255,0.1);
	padding: 0em;
	list-style-type: none;
}
ul.footerFloat li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.footerFloat li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/************************************************************************************BOX*************************************************************************************/
.box {
	margin-top: 20px;
	margin-bottom: 20px;	
	text-align: center;
	position: relative;
	background: url('../themes/bg2.jpg') center center repeat-x;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.6), inset 0px 2px 0px 0px rgba(255,255,255,0.2), inset 0px 0px 0px 2px rgba(255,255,255,0.1), 0px 2px 5px 0px rgba(0,0,0,0.2);
	padding: 10px;
}
.box:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../themes/highlight.png') center center no-repeat;
	background-size: 100% 175%;
	z-index: 1;
}
.box h2 {
	margin: 0 0 0.5em 0;
	font-size: 2.0em;
}
.box p {
	position: relative;
	z-index: 2;
	font-size: 2.0em;
	color: #9296A1;
	text-transform: uppercase;
	margin: 0;
}
/************************************************************************************CLEARFIX*************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}




/* Form */

legend {
display: none;
}

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	font-weight:normal;
}

label  {
	font-weight:normal;
}

input, textarea {
	border:1px solid #CCC;
	padding:2px;
	width:20em;
}

textarea {
	width:30em;
	height:6em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-weight:bold;
	width:auto;
	background:#F90;
}

input#submit:hover {
	border-color:#F60;
}



/* gallery */
.gallery {

}

.gallery dl {
	text-align: center;
	padding: 0px 15px 0px 15px;
	float: left;
	margin: 15px 0 15px 0px;
	width: 230px;
	height: 230px;
}

.gallery dt {
	margin: 0;
	padding: 0;
}

.gallery dd {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: x-small;
	color: #ccc;
}


.maly_checkbox {
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    width: 18px;
    text-transform: none;
}