/* Important notes:
-You may not assume ANYTHING about the path to images or media
that isn't under this file's theme pack.  In other words, no ../ relative links.
-This stylesheet will be applied after the one in
wifidog/media/base_theme/stylesheet.css.  This theme pack should only override the elements
 in the base stylesheet that you want to change.
*/

/* Redefine network logo */
#page_header {
	padding: 16px 5px 5px 220px;
	background: #f5f5f5 url('images/wt_logo.png') no-repeat 25px 4px;
}

#left_area_middle {
	background: #FED9B9;
    border: 1px solid #707070;
}

input:hover {
    border: 1px solid #707070;
}

input:focus {
    border: 1px solid #FCB77E;
}

select {
	border: 1px solid #FCB77E;
	background: #FFeddd;
}

fieldset {
	background-color: #FFeddd;
	border: 1px solid #FCB77E;
}

a:hover {
	color: #333333;
}

.submit:hover {
	border: 2px solid #FCB77E;
	background-color: #FFEDDD;
}

.langstring {
	text-align: left;
}

#left_area_bottom {
	width: 90%;
}

