@charset "utf-8";
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:17px;
}
a {
	text-decoration:none;	
}
input[type=text], input[type=password], input[type=date], textarea, select {
    border-radius: 2px;
    padding: 3px 2px;
    background: #FFF;
    border: solid 1px #CCC;
    outline: none;
    height: 23px;
}

textarea {
    resize:none;
}

select {
    height:30px;	
}

input[type=submit], input[type=button] {
    background: #EEE;
    border: solid 1px #CCC;
    border-radius: 2px;
    padding: 3px 20px;
    height: 28px;
    outline:none;
}

input[type=submit]:hover, input[type=button]:hover {
    box-shadow: 1px 1px 1px -1px #9B9B9B;
    background:#EEF;
}

.header {
    height: 90px;
    border-bottom:#D14E00 1px solid;
    margin: -8px -8px 0px -8px;
    position: relative;
	background-image: url(../img/bgmaders.png);
    background-repeat: repeat-x;
    background-position: top;
}
.content {
    position:relative;
    clear: both;
    padding:20px;
    top:-20px;
}
span {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}