/*

STYLE SHEET FOR HARMONIC
Created by Oliver Coningham
www.harmonic.org.uk

*/

#copy form label{
	color: #0e3880;
	float: left;
	font-weight: bold;
	margin: 5px 10px 0 0;
	text-align: right;
	width: 150px;
	}
	
#request #copy form label{
	width: 100px;
	}
	
#copy form p
	{
	margin-left: 160px;
	}
	
#copy form input, #copy form textarea {
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 1.25em;
	padding: 5px;
	width: 250px;
	}

#request #copy form input, #request #copy form textarea {
	width: 300px;
	}
	
#copy form div {
	clear: both;
	}
	
#copy form #submit {
	height: 29px;
	margin: 0 0 0 157px;
	padding: 0;
	width: 110px;
	}

#request #copy form #submit {
	height: 29px;
	margin: 0 0 0 107px;
	padding: 0;
	width: 110px;
	}
	
#copy form #project, #copy form #business, #copy form #bid, #copy form #systems, #copy form #subject {
	text-align: left;
	width: auto;
	}