/* 
    Document   : msze
    Created on : 2013-03-01, 19:29:22
    Author     : pitre
    Description:
        Purpose of the stylesheet follows.
*/

html
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #D9D9D9;
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    background-color: #D9D9D9;
}

.main_content
{
    width: 970px;
    margin: 0 auto;
    background-color: #EFEFEF;
    text-align: center;
    min-height: 600px;
    background: url(../images/edit_back.png) #ffffdd no-repeat top left;
    -moz-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    padding-bottom: 1px;
    position: relative;
    border: 1px solid #787878;
}

.pointer
{
    cursor: pointer;
}

.hidden
{
    display: none;
}

.div_center
{
    margin: 0 auto;
}

.spacer_10
{
    width: 10px;
    height: 10px;
}

textarea:focus, input:focus
{
    outline: none;
}

input, textarea
{
    background-color: #ffffe8;
    border: 1px solid #BEBE95;
    border-radius: 5px;
}
/*
* {
    outline: 1px solid red;
}
*/


.block_mass_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8fca6), color-stop(1, #ccffa3) );
	background:-moz-linear-gradient( center top, #e8fca6 5%, #ccffa3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8fca6', endColorstr='#ccffa3');
	background-color:#e8fca6;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #ffffc8;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
        cursor: pointer;
}.block_mass_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccffa3), color-stop(1, #e8fca6) );
	background:-moz-linear-gradient( center top, #ccffa3 5%, #e8fca6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffa3', endColorstr='#e8fca6');
	background-color:#ccffa3;
}.block_mass_button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.render_more
{
    width: 80%;
    margin-top: 30px;
    color: #787878;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.block_city_list_element,
.block_church_list_element,
.block_district_list_element,
.block_district_choose_list_element
{
    display: block;
    float: left;
    margin-left: 10px;
}