@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	background-image: url(bg.png);
	background-repeat: repeat;
	background: size : 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.space {
	margin-top: 3px 0 0 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFF;
	text-decoration: none;
} /* unvisited link */
a:visited {
	color: #FFF;
} /* visited link */
a:hover {
	color: #D12F2A;
} /* mouse over link */
a:active {
	color: #FFF;
} /* selected link */
.content {
	width: 1024px;
	margin: 0 auto;
}

.main {
	width: 100%;
	margin: auto;
	height: 800px;
	background-image: url(bg2.png);
	font-family: Arial, Helvetica, sans-serif;
}

.form {
	margin: 0 auto;
	padding: 270px 0 0 28px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border-radius: 15px;
	background: #FFF;
	text-align: left;
	width: 95%;
	height: 25px;
	border: 0;
}

input[type="text"] {
	color: #969DA5;
	background-color: #002131;
	text-align: left;
	text-indent: 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="password"] {
	color: #00334C;
	background-color: #ECECEC text-align : left;
	text-indent: 10px;
	line-height: 1;
}

.rounded {
	background: url(rounded.gif) no-repeat left top;
	padding: 3px;
}

.maintanence {
	align: center;
	width: 100%;
	/*margin:100px 70px;*/
	height: 500px;
	/*background-image:url(MIG2.gif);
	background-repeat:no-repeat;*/
}

.flink {
	color: #FFFF00;
}

.flink:hover {
	color: #D12F2A;
}