@CHARSET "UTF-8";

/* temporary fix to show links behind dev toolbar */
#header {
	padding-top: 20px;
}


/* general styles */
body {
	color: #353535;
	font: 12px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	border-bottom: 1px solid #ccc;
	color: #808080;
	font-size: 14px;
	width: 100%;
}

#header {
	background: #808080;
	height: 60px;
	text-align: center;
	width: 100%;	
}

#content {
	padding: 12px;
}

/* CSS3 magic */
input.submit {
	background: #ffa402;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffa402));
	background: -moz-linear-gradient(top,  #ffc600,  #ffa402);
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #fff;
	color: #3e54a9;
	cursor: pointer;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600', endColorstr='#ffa402');
	height: 21px !important;
	width: 150px !important;
}

.rounded-corners-top-left {
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}

.rounded-corners-top-right {
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.rounded-corners-bottom-left {
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.rounded-corners-bottom-right {
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.rounded-corners-full {
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}