#formularWrap {
	width: 900px;
	margin: 0 auto;
	color: white;
}

form {
	width: 700px;
	margin: 0 auto;
}

#mainList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainList li{
    font: 15px/18px Clador08;
	display: inline-block;
	margin: 15px 0 0;
	font-weight: bold;
	width: 700px;
}

#mainList li span{
    font: 15px/18px Clador08;
	float: left;
	display: block;
	width: 90px;
	height: 40px;
	text-align: center;
	font-weight: normal;
}

#mainList li span input{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
}

#mainList input{
	width: 700px;
}

#mainList textarea{
	width: 700px;
	height: 100px;
	resize: none;
}

#mainList  ul {
	list-style-type: none;
	padding: 0 0 0 20px;;
}

#mainList  button{
	float: right;
	margin-top: -90px;
}

#trimite {
    background-color: #fff;
    color: rgb(94,30,15);
    font-size: 18px;
	width: 150px;
	height: 25px
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgb(94,30,15);
}

#trimite:hover {
    border: 1px solid rgb(94,30,15);
    background: #5B5FA1;
    color: rgb(224,202,177);
}

ul #verif{
	display: normal;
	padding: 10px 0 30px;
	width: 450px;
}

#verif #veriftxt{
	clear: all;
	width: 105px;
	height: 55px;
	font-weight: bold;
    font-size: 18px;
	color: white;
	padding: 0;
	margin: 0;
}

#reloadImg {
	width: 45px;
	height: 45px;
}

#captcha {
	width: 150px;
	height: 60px;
}

#verif input{
	width: 75px;
	height: 55px;
	font-weight: bold;
    font-size: 18px;
}

#reloadImg:hover{
	opacity: 0.55;
}

.c1 {
	color: #FFEB8B;
}

.c2 {
	color: #E88860;
}

.c3 {
	color: #E35D76;
}

.c4 {
	color: #8F6898;
}

.c5 {
	color: #5B5FA1;
}

.c6 {
	color: #A84E72;
}
