#splash-content a {
	color: #e4774d;
	font-weight: bold;
}

#feature {
	padding-left: 30px;
	padding-top: 15px;
	overflow: auto;
}

#feature img {
	margin-top: -15px;
	float: right;
	margin-left: 10px;
}


#columns {
	margin-top: 20px;
	padding-top: 20px;
	/*border-top: 1px solid #c0c0c0;*/
}

#columns .column-left {
}

#columns .column-right {
}

table.form {}

table.form td {
	padding: 5px;
}

table.form td.label {
	text-align: right;
}

textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
}

#cmd-submit {
	float: right;
}

#error {
	color: red !important;
}

/* hacks */
* html #splash-content {
	padding-bottom: 29px;
}



