body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #25292c;
	text-align:center;
	background-position:center;
}
.pelmeni_names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000033;
	}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000033;
	}
.bigger2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000033;
	}
.mainfont {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a.main:link {
	color:#000033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.main:active {
	color:#000099;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.main:hover {
	color: #000033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.main:visited {
	color: #000033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.main2:link {
	color:#000033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.main2:active {
	color:#000033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.main2:hover {
	color: #000033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.main2:visited {
	color: #000033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.smalllink:link {
	color:#4A95D9;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
}
a.smalllink:active {
	color:#4A95D9;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
}
a.smalllink:hover {
	color: #000033;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.smalllink:visited {
	color: #4A95D9;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
}
.style3 {
	color: #4A95D9;
	font-size: 10px;
}
.style4 {
	color: #C8DEF5;
	font-size: 12px;
}
#lightbox{
	background-color:#ffffff;
	padding: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color:#0066CC;
    /*we are now going to add in the shadow image that we created earlier*/
   /* background-image: url(back_field.gif);
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000033;
    width: 110px;
    height: 20px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover    {
    border-color: #0066CC;
    border-width: 1px;
    }
 
.textfield_effect:focus    {
    border-color: #FFCC99;
    border-width: 1px;
    }
 
/*you may also like to add some styles for the rest of the form*/
 
.fieldset    {
    width: 230px;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color:#0066CC;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    }
.fieldset:hover    {
    border-color:#0066CC;
    }
legend    {
    font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
    }

