@charset "utf-8";
/* CSS Document */

body{
	margin: 0 0 0 0; 
	padding: 0;
	margin-left: 0px;
	background:#0033cc;
}

.bor {
	border:2px solid #06C;
	cursor:pointer;
}
.bor2 {
	border:2px solid  #FFF;
	cursor:pointer;
}
.a{
	position:absolute;
	top: 100%;
	margin-top:-250px;
	color:#0033CC;
	font-size:10px;
}

.wrapper2{
	position:absolute;
	top: 100%;
	margin-top:-250px;
	color:#0033CC;
	font-size:10px;
}
.but{
	background:url(images/but.jpg) no-repeat center;
	width:130px;
	height:27px;
}
.but a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.but a:hover{
	color:#F00;
	text-decoration:none;
}

.but2{
	background:url(images/but2.jpg) no-repeat center;
	width:130px;
	height:27px;
}
.but2 a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.but2 a:hover{
	color:#F00;
	text-decoration:none;
}