table th {
	text-align: left;
}
th a {
	color: #903;
	text-decoration: none;
}
td a {
	color: #903;
	text-decoration: underline;
}

.paging { margin: 0 10px; }
.paging .disabled { display: inline; }

label {
	border:medium none;
	color:#222222;
	display:block;
	font-size:95%;
	font-weight:bold;
	line-height:150%;
	padding:0 0 1px;
}

div.input {
	width: 500px;
	clear: both;
	padding: .5em 10px;
}

div.third {
	width: 153px;
	clear: none;
	float: left;
}

div.twothird {
	width: 330px;
	clear: none;
	float: left;
	margin-right: 10px;
}

div.submit { 
	clear: both;
	padding: .5em 10px;
}

div.error-message {
	color: #990000;
}

div.error {
	background: #FEE; 
}

div.input input[type=text] {
	width: 330px;
}

div.third input[type=text] {
	width: 100%;
}

input[type=text], textarea, select {
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-size:100%;
	margin:0;
}

input[type=text]:focus {
	border: 1px solid #990033;
}
