
/* Form Styles */

div.m1 input, div.m1 textarea, div.m1 select {
	border-radius: 0px !IMPORTANT;
    border: 0px solid !IMPORTANT;
    border-bottom: 1px solid #e0e0e0 !IMPORTANT;
    background: #f6f6f6 !IMPORTANT;
}

div.m2 input, div.m2 textarea, div.m2 select {
	border-radius: 0px !IMPORTANT;
    border: 0px solid !IMPORTANT;
    border-bottom: 1px solid #e0e0e0 !IMPORTANT;
    background: #fff !IMPORTANT;
}

div.m1 a.btn, div.m2 a.btn {
	border-radius: 0px !IMPORTANT;
}

div.m3 input, div.m3 textarea, div.m3 select {
	border-radius: 0px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #f6f6f6 !IMPORTANT;
}

div.m4 input, div.m4 textarea, div.m4 select {
	border-radius: 0px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #fff !IMPORTANT;
}

div.m3 a.btn, div.m4 a.btn {
	border-radius: 0px !IMPORTANT;
}

div.m5 input, div.m5 textarea, div.m5 select {
	border-radius: 12px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #f6f6f6 !IMPORTANT;
}

div.m6 input, div.m6 textarea, div.m6 select {
	border-radius: 12px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #fff !IMPORTANT;
}

div.m5 a.btn, div.m6 a.btn {
	border-radius: 12px !IMPORTANT;
}

div.m7 input, div.m7 textarea, div.m7 select {
	border-radius: 4px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #f6f6f6 !IMPORTANT;
}

div.m8 input, div.m8 textarea, div.m8 select {
	border-radius: 4px !IMPORTANT;
    border: 1px solid #e0e0e0 !IMPORTANT;
    background: #fff !IMPORTANT;
}

div.m7 a.btn, div.m8 a.btn {
	border-radius: 4px !IMPORTANT;
}





