/* Universal Redefinitions
---------------------------- */

img { border:0;}

table td { vertical-align: top; }

form { padding: 0px; margin: 0px; }

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

legend {
	margin-bottom: 5px;
	font-weight: bold;
}

input:focus,
input.error:focus, 
.basic-form textarea:focus {	background-color: #FFC; border-color: #FC6; }


/*  Form Basics
----------------------------------------------------------------- */

.basic-form fieldset div { padding: 3px 0px; clear: both; }
.basic-form div.controlset div {
	clear: none;
	margin-left:170px;
	//margin-left: 173px;
}

.basic-form label, .basic-form span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.basic-form label.inline { 
	display: inline; 
	float: none;
	padding-right: 5px;
	margin-left: 10px;
}

.basic-form input.normal { width: 188px; }

.basic-form .buttonrow {
	border-top: solid 1px #ccc;
	text-align: right;
	padding-top: 10px;
}

.basic-form .buttonrow input { cursor:pointer; }

.basic-form p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

.basic-form ul {
	margin-top: 0px;
}

.basic-form ul li {
	list-style-type:square;
}

.asterisk {
	color: red;
	font-weight: bold;
}

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

/* Used by form validation scripts */
.inputNormal { background-color: white; }
.inputError { background-color: #ffddee; }

/*  Common/Combinable CSS
----------------------------------------------------------------- */

.clearer { clear: both; }

.right { float: right; }
.left { float: left; }

.img-right {
	float:right;
	margin: 0px 0px 10px 20px;
}
.img-left {
	float:left;
	margin: 0px 20px 10px 0px;
}

.small-type { font-size: 90%; }
.normal-type { font-size: 100%; font-weight: normal; }
.large-type { font-size: 120%; font-weight: normal; }

.default-type { font-weight: normal; color: #000000; }