html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#footer {
    padding:10px 0;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
}
#footer p {
	margin:0;
}
#wrapper{
    padding:50px 0;
}
.clearfix:after,  .container:after{
    clear: both;
}
.tutorial {
    display: inline-block;
    color: #308dbf;
    text-transform: uppercase;
    margin: 0 auto;
    border: 2px solid #308dbf;
    padding: 8px 20px;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px;
}
.formcontainer{
    width:50%;margin:0 auto;
	background-color: #FFFFFF;
}
.bossform {
    padding: 20px 30px 20px 30px;
    font-size: 12px;
    color: #777;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD; 
    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: #000000;
}
.bossform label {
    display: block;
    margin: 0px 0px 5px;
}
.bossform label>span {
    float: left;
    width: 20%;
    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 #CCC;
    color: #777;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 4px 0px 4px 4px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -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);
}
.bossform textarea{
    height:100px;
    padding: 4px 0px 0px 4px;
    width: 70%;
}
.bossform .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bossform .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
.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;
}