@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757
}
#container {
	padding-top:20px;
	width:551px;
	margin:auto
}
.head {
	background:url(gfx/head.png);
	background-repeat: no-repeat;
	width:551px;
	height:550px
}
.content {
	background:url(gfx/content_bg.png) repeat-y left;
}
.content table {
	margin:auto
}
.content table tr td a img {
	margin-top:40px
}
.foot p {
	color:#000
}

.input_fields {
	border-color: #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-radius: 3px 3px 3px 3px;
	border-right: 1px solid #CDCDCD;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin-right: 3px;
	padding: 2px 2px 2px 5px;
	width: 220px;
}

.normal-select {
    width: 230px;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 18px;
    margin-right: 3px;
    padding: 2px 2px 2px 5px;
}

#nav-bar a {
	width: 25px;
	height: 22px;
	float: left;
	text-align: center;
	text-decoration:none;
}

#nav-bar a.home {
	width: 100px;
	font-size: 16px;
}

#nav-bar a {
	cursor: pointer;
	color: black;
	position: relative;
	border: 1px solid #CBCBCB;
	padding: 0 7px;
	height: 22px;
	background: #D1D1D1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#C3C3C3));
	background: -moz-linear-gradient(#F2F2F2, #C3C3C3);
	background: linear-gradient(#F2F2F2, #C3C3C3);
	-pie-background: linear-gradient(#f2f2f2, #c3c3c3);
	border-image: initial;
}

#nav-bar a.home {
}
#nav-bar a.left {
	font-size:16px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#nav-bar a.right {
	font-size:16px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
