table.form {
	margin: 11px 0px 11px 20px;
	border-left: 1px solid #88cdcd;
	background-image: url(/images/form_background.png);
	background-repeat: repeat-y;
}

table.plainer_form {
	background-image: none;	
	background-color: #ecf9f9;

}

table.form th {
	padding: 10px 5px 10px 25px;
	width: 150px;
	font-weight: bold;
}

table.form td {
	padding: 7px 10px;
	border-collapse: collapse;
}

table.form th,
table.form td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
}

table.form label {
	cursor: pointer;
}

table.form div.hint {
	font-weight: normal;
	font-style: italic;
	margin-top: 3px;
}

input, 
textarea, 
select, 
button {
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px;
}

textarea {
	height: 150px;
	width: 300px;
}

textarea.smaller {
	width: 300px;
	height: 75px;
}

input[type="text"], 
input[type="password"], 
input[type="file"] {
	width: 200px;
}

input[type="text"], 
input[type="password"], 
input[type="file"], 
textarea {
	border: 1px solid #88CDCD;
	padding: 3px;
}

table.form.skinny input[type="text"],
table.form.skinny input[type="password"],
table.form.skinny input[type="file"],
table.form.skinny textarea {
	width: 150px;
}

input[type="submit"], 
input[type="button"], 
button {
	padding: 2px 10px;
	background-color: #ECF9F9;
	border: 1px solid #88CDCD;
	color: #007070;
}

table.form button,
table.form input[type="submit"], 
table.form input[type="button"] {
	/* do nothing */
}

/****************************************************************
 ********                      FORMS                     ********
 ****************************************************************/

input[type="submit"]:active, 
input[type="button"]:active, 
button:active {
	background-color: #88CDCD;
	color: #fff;
}