.divChooseEntrance {
    width: 100%;
    height:260px;

}
.divModuleImage {
    float:left;
    height:250px;
}
.divModuleButtons {
    float: left;
    vertical-align:central;
}
.divResults {
    border: 1px solid silver;

    padding: 10px 0 28px 10px;
    min-width:400px;
    min-height:80px;
    margin-top:10px;
    clear:both;
    position:relative;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    
}
input[type='text'] {
    width: 20px;
    height: 20px;
    text-align:center;
}

.Repeater1Item {
    clear:both; 
}

.Repeater2Item {
    margin-bottom: 4px;
}
.ChooseChurch {
    position:relative;
    width:100%;
}
.divSearchParam {
    float: left;
    padding-top:10px;
    padding-bottom:10px;
}
.chblChurches {
    margin-left: 5px;
}
.divHelp {
    float: left;
    margin-left:20px;
    
}
.divResult {
    clear: both;
}
.divGoToForm {
    margin-top: 10px;
}

.btnEntranceButton {
    width: 250px;
    height:60px;
    margin:0 auto 40px 20px;
    display:block;
    font-weight:bold;
    font-size:medium;
}
input[type="submit"] {
    cursor:pointer;
    border:none;
}
.HelpButton, .btnSearchRes, .btnEntranceButton, .btnGoToForm {
    background-color:#ded8cc;
    color:#7f6b53;height:40px;
}
.btnSearchRes, .btnGoToForm {
    width: 170px;
}

.HelpButton:hover, .btnSearchRes:hover, .btnEntranceButton:hover, .btnGoToForm:hover {
    background-color:#e6b99a;
    color:#7f6b53;
}


.divMessages {
    width: 100%;
    padding: 0;
    border: none;
}


.lblHelp {color:#225d7f}
.ErrorMsg {color:Red}

input.buttons:link {color:#7f6b53; font-weight:bold; font-size:medium}
.HeadLabel {
     font-weight:bold
     }
.HeadLbel2 {
     font-weight:bold;
    font-size:1.2em;
     }
.HeadSelectEvents
{
	font-weight:bold;
	color:#333;
	font-size:1.2em;
}


input.BaptButton, textarea.BaptButton {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/*Styles for Settings*/
.SettingsTable {
    width:100%;
    border:1px solid red;
}
