/* 
Vertical Printing and Graphics
CSS Document 
Copyright Jamwerx
May Not be used without permission
*/

/* FORMS */
form {
	width: 510px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0; 
}	

form div {
	margin: 0 0 10px;
	clear: left;
 }

fieldset {
	border: 1px solid #1e89e3;
	width: 510px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	background:#111;
	margin: 0;
}

legend {
	border: 1px solid #1e89e3;
	color: #fff;
	padding: 3px 15px 3px;
	margin-bottom: 5px;
	font: bold normal 1.4em "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 5px;
	background: url(/images/forms/legend-bg.jpg) repeat left top;
}

label {
	width: 10em;
	display: block;
	float: left;
	padding-right: 2em;
}

input, textarea, select {
	color: #1e89e3;
	border: 1px solid #4b9139;
	padding: 3px;
	margin: 3px 5px 2px;
	width: 280px;
	background: url(/images/template/bg.jpg) repeat;
}

input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
	color: #ff9900;
	border: 1px solid #1e89e3;
	padding: 3px;
	margin: 3px 5px 2px;
	width: 280px;
	background: #000 url(/images/template/bg.jpg) repeat;
}

#formerror {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff9900;	
}

#formerrorlist {
	font: normal 1.2em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-align: left;
}

form .drop {
	width: 120px;
}

#subButton {
	color: #ff9900;
	border: 1px solid #1e89e3;
	padding: 5px;
	margin: 20px 10px 20px 160px;
	width: 200px;
	background: #000 url(/images/template/bg.jpg) repeat;
	text-align: center;
	font-size: 1.4em;
	
	
}

.subButtonMessage {
	color: #fff;
	border: 1px solid yellow;
	padding: 5px;
	margin: 20px 10px 20px 160px;
	width: 200px;
	background: #000 url(/images/template/bg.jpg) repeat;
	text-align: center;
	font-size: 1.2em;
}

.subButtonFile {
	padding: 5px;
	margin: 20px 10px 20px 160px;
	width: 200px;
	text-align: left;
	font-size: 1.2em;
	color: #1e89e3;
}

.subButtonFile p {
	padding: 0;
	margin: 0;
	text-align: left;
	color: #1e89e3;
}

#subButton a {
	cursor: pointer;
}

.hidden {
	display: none;
}

#upFile em {
	color: red;
	margin-left: 5px;
}

