/*
Content CSS File (copyright XVII Web Design)
www.xvii.co.uk

This file contains all form style definitions.
Including the elements that fall under the form 
category such as input, textarea, etc
*/

input.TextboxAlpha
	{
	width: 145px;
	background-color: #dde6fb;
	border: 1px solid #6f81af;
	font-size: 9pt;
	color: black;
	padding-left: 3px;
	margin: 0px;
	font-family: arial, sans-serif;
	}
	
textarea.TextareaAlpha
	{
	width: 200px;
	height: 70px;
	background-color: #dde6fb;
	border: 1px solid #6f81af;
	font-size: 10pt;
	color: black;
	padding: 3px;
	font-family: arial, sans-serif;
	}
	
input.SubmitAlpha
	{
	border-top: 2px solid #8da1c9;
	border-left: 2px solid #8da1c9;
	border-right: 2px solid #43567d;
	border-bottom: 2px solid #43567d;
	background-color: #5573b7;
	color: white;
	padding: 2px 5px 2px 5px;
	font-family: arial, sans-serif;
	}