body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
.container{
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.menu{
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 550px;
	float: right;
	}
.menu2{
	padding-top: 10px;
	}
.menu2 a{
	text-decoration: none;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
	}
.menu2 a:hover{
	color: #0CF;
	}
.shadow{
	background-image: url(images/shadow-1.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 950px;
	}
.shadow2{
	background-image: url(images/shadow-2.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 950px;
	}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}
.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052e6c;
	text-align:center;
	padding-top: 25px;
}
input[type=text], input[type=password], textarea {
	width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 2px solid #f5f4f5;
    border-radius: 4px;
}
select {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 2px solid #f5f4f5;
    border-radius: 4px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 3px solid #0070be;
}
input[type=button], input[type=submit], input[type=reset] {
	width: 100%;
	padding: 16px 20px;
	margin: 8px 0;
    background-color: #0070be;
    border: 2px solid #0070be;
	border-radius: 4px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #00498a;
}
