a:link, a:visited, a:active {
	color: #cb2900;
	
}

#header {
	background: #a03326 url(layout/red-theme/login_header_bg.gif) repeat-x;
}

.title_wrapper h2 {
	color:#8e2409;
}

.button {
	background:url(layout/red-theme/submit_middle.gif) repeat-x;
}

.small_inputs .button {
	background-image: url(layout/red-theme/submit_middle_small.gif)
	
}

.button span {
	background:url(layout/red-theme/submit_left.gif) no-repeat;
}

.small_inputs .button span {
	background-image: url(layout/red-theme/submit_left_small.gif);
}

.button span span {
	background:url(layout/red-theme/submit_right.gif) no-repeat right 0;
}

.small_inputs .button span span {
	background-image: url(layout/red-theme/submit_right_small.gif);
}

