body {
	background-color: #B972AF;
	margin: 0;
	padding-top: 100px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align:center;
}
a {
	text-decoration:none;
	color:white;
}
a:hover {
	color:#B971B0;
}
div {
	margin:0;
	padding:0;
}
#web {
	width: 912px;
	height: 543px;
	margin:0 auto 0 auto;
}
#top {
	background-image: url(../images/back_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 48px;
}
#noa {
	background-image: url(../images/back_middle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	height: 450px;
}
#bottom {
	background-image: url(../images/back_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 48px;
}
#botttext {
	float:right;
	width:360px;
	padding-top:7px;
	margin-right:25px;
	text-align:right;
}
#subbott {
	color:#333333;
}
#noaccess {
	color:#fe9900;
	width:100px;
	float:left;
	padding-top:7px;
}
form {
	padding:0;
	margin:0 0 0 25px;
	width:360px;
	float:left;
	text-align:left;
}
input.noint {
	margin:5px 0 0 0;
	padding:1px 3px 1px 5px;
	border:0;
	background-color:white;
	color:black;
	background-image:none;
	width:90px;
}
input.intb {
	margin:0;
	padding:0;
	float:right;
	display:inline;
}
.bord{
	color:#B971B0;
}