<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;

}

#wrapper{
    padding:50px 0;
	


}
.clearfix:after,  .container:after{
    clear: both;
}

.formcontainer{
    width:100%;margin:0 auto;
}
.bossform {

    font-size: 12px;
	font-family:Calibri;
	text-transform:uppercase;
    color: #777;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bossform h1 {
    font-size: 25px ;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #777;
}
.bossform label {
    display: block;
    margin: 0px 0px 5px;
	width:100%;
	float:left;
}
.bossform label&gt;span {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.bossform input[type="text"], .bossform input[type="email"], .bossform textarea, .bossform select{
    border: 1px solid #CACACA;
    color: #777;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 10px 0px 10px 5px;
  
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	width:100%;

}
.bossform textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.bossform .button {
    background:#CC3300;
    border: 1px solid #AF5014;
    padding: 10px 25px 10px 25px;
    color: #fff;
    border-radius: 4px;
	font-family:Calibri;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}
.bossform .button:hover {
    color: #fff;

	font-family:Calibri;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}




</pre></body></html>