@charset "UTF-8";
body{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
button{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:1px solid #222;
	padding:5px;
}
#wrapper{
	width:800px;
	margin:0 auto;
	margin-top:20px;
}
#failure {
	color: #000000;
	border: thick solid #999999;
	padding:50px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../Images/failure_bg.jpg);
	background-repeat: repeat-x;
}
#success {
	color:#000000;
	border: thick solid #999999;
	padding:50px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../Images/success_bg.jpg);
	background-repeat: repeat-x;
	background-color: #C0FF00;
}
#possibilities{
	background-color: #FFFFFF;
	margin-top: 10px;
	border: thin dotted #0099FF;
	float: left;
    padding:5px;
    clear:both;
}
#possibilities a{
	color: #127bf1;
	text-decoration: none;
}
#possibilities a:hover{
	color: #127bf1;
	text-decoration:underline;
}
#namechooser{
    clear:both;
}
#top {
	height: 121px;
	background-image: url(../Images/Top.png);
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(../Images/Bottom.png);
	background-repeat: no-repeat;
	height: 47px;
}
#middle {
	background-image: url(../Images/Middle.png);
	background-repeat: repeat-y;
	padding: 10px 40px 10px 40px;
}
.fullmessage {
	background-image: url(../Images/msgmain);
	height: 100px;
	padding: 10px 30px 0px 5px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin-bottom: 15px;
}
.fm_icon {
	float: left;
	margin-top: -10px;
	margin-right: 10px;
}
img {
    border:none;
}
