/*
-------------------------------------------------

	Concept, design and pogramming: 
	Heleen Emanuel
      
-------------------------------------------------
*/

form {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
	
input, textarea, iframe {
	font-size: 11px;
	}

.button {
	background-color: #e3e3e3; 
	color: #333333;
	border: solid #fff 1px;
	border-bottom: solid #a6a7a7 1px;
	border-right: solid #a6a7a7 1px;
	height: 20px;	
	}

