@charset "UTF-8";
/* CSS Document */

.contact-form, .sign-up{
height: auto;
margin: 20px 0px 20px 0px;
padding: 5px 0px 5px 0px;
/* background:#cc0066; */
font-size: 11px;
}


button{
  border-style:none;
 display:block;
	background:#cc0066;
	height:auto;
	width:auto;
	border:none; 
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
}



.form-required{
color:#cc0066;
}

.form-all ul{
list-style: none;
margin: 0px;
padding: 0px;

}

.form-all ul li{
height: auto;
list-style: none;
margin: 10px 0px 10px 0px;
padding: 0px;
/* border: solid 1px #000; */

}

label{
float: left;
display: block;

}

.form-all li div{
/* float: right; */
display: inline;

}

#id_14{
clear: both;
}

.form-input input, #input_17{
width:300px;
border-style: hidden;
border: solid 1px #ccc;
/* background: #ccc; */
color:#999;
}

.form-input input{
height:15px;
padding: 3px 0px 3px 0px;
}

#input_17{
height:150px;
padding: 3px 0px 3px 0px;
}


/* ////////////////////////////////////// */


    .form-label{
        width:300px !important;
    }
    .form-label-left{
        width:110px !important;
    }
    .form-line{
        padding:10px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:650px !important;
        font-family:Verdana;
        font-size:12px;
    }

