/***********************************************/
/* SEVEN STORIES GLOBAL LAYOUT STYLE SHEET */
/* AUTHOR: Tom Knowles */
/* DESCRIPTION */

/*

	Governs form sizing, colours etc
	
*/

/***********************************************/


.inputnoborder
{
	border: none;
}

input
{
	border: 1px solid #9584C1;
	background-image: url(../images/layout/bg_field.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #565969;
	font-size: 100%;
}

textarea
{
	border: 1px solid #9584C1;
	width: 300px;
	height: 100px;
	background-image: url(../images/layout/bg_field.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 2px 2px 2px;
	color: #565969;
	font-size: 100%;
}

select
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #565969;
}

.inputfieldsmall
{
	width: 80px;
	padding: 2px 2px 2px 2px;
}

.inputfieldmed
{
	width: 120px;
	padding: 2px 2px 2px 2px;
}

.inputfieldlarge
{
	width: 150px;
	padding: 2px 2px 2px 2px;
}

