* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family:Arial;
	font-size: 12px;
}

a, a:visited {
	color: #423E0A;
	font-family:Arial;
	text-decoration: none;
}

a:hover {
	color: #222222;
	font-family:Arial;
	text-decoration: underline;
}

#header {
	width: 562px;
	height: 60px;
	text-align:center;
	background: #000;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 26pt;
	color: #FFF;
	font-family:Arial;
	letter-spacing:0px;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #111111;	
}

#container {
	width: 580px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	color: #222222;
	font-family:Arial;
}

#content {
	text-align:center;
	float: left;
	width: 570px;
	margin: 10px 0 0 0px;
	color: #222222;
	font-family:Arial;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	clear: both;
	width: 560px;
	margin-left: 4px;
	height: 20px;
	font-size: 10px;
	color: #222222;
	font-family:Arial;
}














* powered by http://mierendo.com/software/rounded_css_boxes/ */
.my_corners_tl, .my_corners_t, .my_corners_tr, .my_corners_l, .my_corners_r, .my_corners_bl, .my_corners_b, .my_corners_br, .my_corners {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.my_corners_t {
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".my_corners" and change the padding
    */
    background-color: #FFF6EE;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.my_corners_tl {
    height: 100%;
    background-image: url("images/my_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {
    height: 100%;
    background-image: url("images/my_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {
    height: 100%;
    background-image: url("images/my_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {
    height: 100%;
    background-image: url("images/my_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {
    height: 100%;
    /* change this if you want to change the distance distance to text/content */
    padding: 7.5px 8.5px 7.5px 8.5px;
}

.my_corners_l {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
