.cflite {
	width: 400px;
	border: 1.5px solid #069a7c;
	 border-collapse: separate;
      border-spacing: 10;;
     border-radius: 15px;
        -moz-border-radius: 20px;
        padding: 2px;
		font: 12px museosans500;
	color:#069a7c;
}
.cflite_td {
	padding:4px;
	text-align:left;
	
	
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}

.required_star {
 color:#F00;
}
.not-required {
 font-weight:normal
}
input, textarea, select
{
border: 1px solid #069a7c;
	 border-collapse: separate;
      border-spacing: 10;;
     border-radius: 15px;
        -moz-border-radius: 20px;
        padding: 2px;	
}

input[type=submit] {
    background-image: url('images/submit.svg'); 
	border:none; 
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:187px;
	height:49px;
}