﻿/* ---------------------------------------------------------------------------------------------
	File Name: contact.css
			
	Developed By: Getachew Y. Assen

	Version: 1.0
	
	Copyright: All rights reserved. No part of this publication may be reproduced, distributed, 
	or transmitted in any form or by any means, including photocopying, recording, or other 
	electronic or mechanical methods, without the prior written permission of the publisher.
------------------------------------------------------------------------------------------------ */

/* Content area style for contact page */
#contact-content {
	margin:0;
	font-size:14px;
	float:left;
	width:590px;
	height:735px;
	padding:0 10px 0 0;
	margin-bottom:20px;
}

#contact-content h1 {
	margin:10px 0;
	color:green;
	font-size:24px;
	border-bottom:3px black solid;
	padding:25px 0 10px 15px;
	font-weight:bold;
	text-align:center;
}

#contact-content h3 {
	font-size:16px;
	padding:0 0 0 10px;
	margin:10px 0 10px 0;
	font-weight:bold;
}

#contact-content form {
	text-align:left;
	margin:5px;
	
}

#contact-content form ol {
	list-style:none;	
}

#contact-content label, submit, input, textarea {
	background:none;
	margin:0;
	padding: 0;
	border: 0;
}

#contact-content label {
	float:left;
	width:150px;
	text-align: right;
	display: block;
	margin:5px;
}

#contact-content textarea, input {
	background:none;
	margin:0;
	padding: 0;
	border: 1px #333333 solid;
	margin-left:10px;
	padding:5px;
}

#contact-content input {
	width:350px;
	height:20px;
	margin-bottom:5px;
}

#contact-content textarea {
	width:350px;
	height:75px;
	margin-bottom:20px;
}

#contact-content p {
	margin:10px;
	line-height:160%;
	text-align:justify;
	padding:5px 5px 0 10px;
}

.submit {
	width:90px;
	height:25px;
	margin-left:300px;
	font-size:12px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	border: 1px #333333 solid;
}
