/**
* Bork form style
*  Lee Caine
**/

label {
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-weight: bold;
}

form table tr td, form table tbody tr td table.inner tbody tr td  {
	padding: 8px;
	padding-left: 13px;
}
form table tbody tr td table.inner tbody tr td input  {
	width: 180px;
}

/*
input, select, textarea {
	width: 210px;
	height: 26px;
	padding: 2px;
	font-size: 13pt;
}
*/
/*
input[type=text], input[type=password] {
	font-size: 14pt;
}
*/
select {
	width: 216px;
	height: 28px;
	font-weight: bold;
}
/*
input[type=submit] {
	float: right;
	font-weight: bold;
	width: 100px;
}

input[type=submit]:hover {
	cursor: pointer;
	font-family: Verdana, Arial, Sans-serif;
}
*/
textarea, div.tagarea {
	font-weight: bold;
	height: 150px;
}

/** Errors */
div.error, span.error {
	padding: 6px;
	border: 3px solid #7a0012;
	background-color: #c7001e;
	color: #eeeeee;
	font-weight: bold;
}

div.error span {
	display: block;
	padding: 5px;
}

span.error {
	display: block;
}

/** Notifications */
span.notification {
	display: block;
	padding: 6px;
	border: 3px solid #ffc300;
	background-color: #efebce;
	color: #666666;
	font-weight: bold;
}

/** Okay(opposite of error) */
span.okay {
	display: block;
	padding: 6px;
	border: 3px solid #056b29;
	background-color: #0ab746;
	color: #eeeeee;
	font-weight: bold;
}

div.error, span.okay, span.notification, span.error {
	margin: 12px;
}
