/* Default settings */

body{
	background: url(../images/background.gif);
	background-repeat: repeat;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 30px;
}
a:link{
	font: Arial, Helvetica, sans-serif 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited{
	font: Arial, Helvetica, sans-serif 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover{
	font: Arial, Helvetica, sans-serif 12px;
	color: #333333;
	text-decoration: underline;
}
a:active{
	font: Arial, Helvetica, sans-serif 12px;
	color: #333333;
	text-decoration: underline;
}

/* Container */

#container{
	position: relative;
	margin: auto;
	width: 403px;
}

/* Header */

#header{
	position: relative;
	background: url(../images/header.png) no-repeat;
	width: 403px;
	height: 69px;
	cursor: pointer;
}

/* Content */

#content{
	position: relative;
	background: #FFFFFF;
	width: 403px;
	padding: 10px 0px 10px 0px;
}
.input_row{
	width: 403px;
	height: 29px;
	padding: 0px 0px 0px 55px;
	margin: 0px 0px 15px 0px;
}
.input_background{
	background: url(../images/box_bg.png) no-repeat;
	width: 181px;
	height: 34px;
	padding: 0px 0px 1px 6px;
}
.input{
	width: 172px;
	height: 17px;
	border: 0px;
}
.submit{
	width: 150px;
	padding: 1px 0px 0px 0px;
	text-align: center;
}

/* Footer */

#footer{
	position: relative;
	background: url(../images/footer.png) no-repeat;
	width: 403px;
	height: 69px;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	color: #999999;
}