/*FORMS*/
	
#contactFormContainer {
	width: 550px;
	border: solid 1px black;
	padding: 10px;
	background-image: url(../img/contactformbg.png);
	}
	
.label {
	float: left;
	width: 10em;
	text-align: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #FFFFFF; 
	font-size: 14px; 
	font-family: Helvetica; 
	font-weight: bold; 
			
	}
	
.form_1 {
	width: 27em;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	

.form_2 {
	width: 27em;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.option {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.form_1:focus,
.form_2:focus {
	background-color: #FDD041;
	}


/*MALAWI*/

	
#mcontactFormContainer {
	width: 550px;
	border: solid 1px black;
	padding: 10px;
	background-image: url(../malawi/img/contactformbg.png);
	}
	
.mlabel {
	float: left;
	width: 10em;
	text-align: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #FFFFFF; 
	font-size: 14px; 
	font-family: Helvetica; 
	font-weight: bold; 
			
	}
	
.mform_1 {
	width: 27em;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	

.mform_2 {
	width: 27em;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.moption {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.mform_1:focus,
.mform_2:focus {
	background-color: #ff6600;
	}
