@import https://fonts.googleapis.com/css?family=Raleway;

.form-style-7{
    margin:0px auto;
    border-radius:2px;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
}
.form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;  
}
.form-style-7 li{
    display: block;
    padding: 5px;
    //margin-bottom: 22px;
	//width: 50%;
	//margin-left: 25%;
    //border-radius: 3px;
}
.form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}
.form-style-7 li > label{
    display: block;
    float: left;
    //margin-top: -19px;
    //height: 28px;
    //padding: 2px 5px 2px 5px;
    color: #ba9913;
    font-size: 12px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
	background: transparent;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
	color: #877e81;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 input[type="password"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus
{
}
.form-style-7 li > span{
    background: #415370;
    display: block;
    padding: 2px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    //border-bottom:1px solid #877e81;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.form-style-7 textarea{
    resize:none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    border: none;
    padding: 2px;
    border: 1px solid #cdd0dd;
	//border-top: 2px solid #cfab1d;
    border-radius: 8px;
    background: #345695;
    color:#fff;
	font-size: 12px;
	height:30;
	width: 120;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #011b58;	
    //color: #ba9913;
}
