body {
	color: #555;
	font-family:verdana,sans-serif;
	background: #e5dccb; }

#header {
	margin:100px auto 0 auto;
	width:300px; }
	
	#header a {
		font-sizez: 20px;
		font-weight: bold;
		font-variant: small-caps;
		color: #777; }
	#header a:hover {
		text-decoration: none;
		color: #000; }

#wrapper-big {
	margin:0 auto;
	padding:5px;
	width:800px;
	background: #beb5a4; }

#wrapper {
	margin:0 auto;
	padding:5px;
	width:300px;
	background: #beb5a4; }

	#wrapper form {
		padding:15px;
		border:1px solid #999;
		background: #d2c9b7; }
		
		#wrapper form input {
			margin:5px 0;
			padding:5px; }
		
		#wrapper form input.t {
			font-size: 15px;
			border:1px solid #999;
		}
		
		#wrapper form input.s {
		}

.rounded {
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;

        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        
        -khtml-border-top-right-radius: 5px;
        -khtml-border-top-left-radius: 5px;
        -khtml-border-bottom-right-radius: 5px;
        -khtml-border-bottom-left-radius: 5px;
        
        border-top-right-radius: 5px;
        border-top-left-radius:5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius:5px;
}

small {
	font-size: 10px;
	color: #777;
}

.alert { 
        background: #e5dccb url(../images/exclamation.png) center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
	font-size: 12px;
	color: #993300;
        text-align: left;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #beb5a4;
        border-bottom: 2px solid #beb5a4;
}

a {
        cursor:pointer;
        text-decoration: none;
        background-color: inherit;
        color: #3366CC; }

a:hover {
        text-decoration: underline; }

table thead td {
	border-bottom:1px solid #555;
	font-weight: bold; }
	
