﻿.bstConfirm h1, .bstContact h4, .bstConfirm p {
    font-family: "Titillium Web", Verdana, san-serif;  
    margin: 3px 10px 10px 0;
    font-size: 26px;
    white-space: normal;      
}
.bstConfirm h1 {
   color: #54504d;    
    font-size: 32px;  
    font-weight: 600;
} 
.bstContact h4 {   
    font-weight: 600;
    color: #54504d;       
}
.bstContact p  {
    margin:0px 0px 8px 0px;
}
.bstContact .wrapper {
    float:left;    
}
.bstContact .clear {
    clear:both;    
} 
.bstContact label {    
    font-weight:  normal;  
    display: block; 
    width: 165px;
    float: left;
    clear: left;
    line-height: 22px;
    font-size: 17px;
    font-family: "Titillium Web", Verdana, san-serif;
    color: #242526;  
    
    
}
.bstContact input, .bstContact select, .bstContact textarea {
    font-family: "Titillium Web", Verdana, san-serif;
    font-size: 17px;
    width: 400px;     
    margin: 0px;
    border: none;
    background: #f4f2ef;   
    color: #54504d;
    padding: 10px 15px;
    min-height: 50px;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.02);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
     
}
.bstContact select {    
    width: 402px;    
}
.bstContact textarea {
     height:80px;
     max-width: 400px;   
}

.bstContact #owner, .bstContact #value  {     
    width: 218px;  
    height: 30px;   
    line-height: 30px;
    min-height: 30px;
    padding: 0px 15px;
}
.bstContact .street {   
    width: 298px;   
    margin-right: 10px;
}
.bstContact .number {   
    width: 87px;   
}
.bstContact .spacer {
    padding: 25px 0px 0px 0px;
}
.bstContact input[type=submit] {
   
  
 
   
    font-family: "Titillium Web", Verdana, san-serif;    


    cursor: pointer;
    height: auto;
    box-shadow: none;
    display: block;
    text-align: left;
    border: none;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    height: 50px;
    line-height: 45px;
    padding: 0 15px;
    background: #eb5e4c;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0;

}
.bstContact .errortext{   
    color:red;   
    padding: 0px 20px 0px 180px;
}
.bstError {
    border: 1px solid red !important;
}
.bstHidden {
    display:none;
}