    .maf_form {
        background-color: #ecf0f1;
    }
    .maf_form {
        list-style: none;
        clear: both;
        margin-bottom: 15px;
    	margin-left: 0px;
    }
    .maf_form li {
        min-height: 35px;
        padding: 5px;
    }
    .maf_form label, .maf_form input, .maf_form select, .maf_form textarea {
        display: block;
        float: left;
    }
    .maf_form label {
        width: 300px;
    }
    .maf_form input[type=text], .maf_form input[type=password], .maf_form select, .maf_form textarea {
        border: 1px solid white;
        font-size: 14px;
        width: 400px;
	margin: 0px;
	padding: 0px;
        height: 25px;
line-height: normal;
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        box-sizing:content-box;
        -webkit-box-sizing:content-box;
    }
    .maf_form textarea {
        height: 240px;

    }

    .maf_form select {
        font-size: 18px;

    }
    .maf_form .infobox {
        background-color: #3498db;
        color: white;
        padding: 3px;
        float: right;
        border-radius: 5px;
    }
    .maf_form .actionlink {
        margin-left: 15px;
        font-size: 12px;
        height: 28px;G
        display: block;
        float: left;
        padding-top: 4px;
    }
    .maf_form hr {
        margin: 5px;
        margin-top: 8px;
        padding-top: 8px;
        height: 10px;
        border: none;
    }

    .maf_buttons {
        text-align: right;
        margin-right: 212px;
        margin-left: 305px;
        clear: both;
    }
    .maf_buttons input:first-child {
        float: left;
    }
    input[readonly] {
    	background-color: #bdc3c7;
    }
    @media screen and (max-width: 949px) {
        .maf_form input[type=text], .maf_form select, .maf_form textarea , .maf_form .custom{
            width: 100%;
        }
        .maf_form .actionlink {
            text-align: right;
            width: 100%;
            padding-right: 15px;
        }
        .maf_buttons {
            margin: 0px;
        }
        .maf_form li {
            margin-bottom: 30px;
        	
	}
	#header {
		display: none;
	}
	.maf_message {
		margin-left: 0 !important;
		width: 100% !important;
	}
     }

.maf_form li {
	background-color: #95a5a6;
	margin-bottom: 4px;
}   
#header {
	background-color: #34495e;
	color: #ecf0f1;
}
#header div { float: left; }
#header div:nth-child(1) { width: 310px; }
#header div:nth-child(2) { width: 410px; }
.mafValid {
}
.mafInvalid {
	background-color:  #c0392b !important;
}
.mafWarning {
	border: 2px dashed yellow !important;
}
.maf_message {
	display: none;
	float: left;
	clear: both;
	margin-left: 300px;
	color: #2c3e50;
	border: 2px dashed #c0392b;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 5px;
	background-color: #7f8c8d;
}
.maf_action {
	float: right;
	width: 200px;
	font-size: 13px;
	padding-top: 4px;
}
