
	/**
	* menu selected
	*/
	#m8 {
		background: url(../../../images/layout/menu/over.gif) bottom center no-repeat;
		}
		
		
		
		
	/**
	* form columns
	*/
	#services div {
		margin: 40px 20px 0 0;
		float: left;
		width: 197px;
		}
		
	#services div label {
		display: block;
		}
		
	#services div input, #services div select, #services div textarea {
		border: 0;
		width: 197px;
		/*padding: 2px 0;*/
		height: 1.4em;
		background-color: #fff !important;
		margin: 3px 0 15px;
		}
		
	#services div textarea {
		height: 300px;
		}
		
	#services div .checkbox {
		width: auto;
		border: 0;
		}
		
	button {
		border: 0;
		width: 40px;
		height: 8px;
		text-indent: -9999em;
		float: right;
		cursor: pointer;
		background: url(../../../images/layout/buttons/submit.gif);
		}
