

#container {
	background: #E6E6E6;
	border: 1px solid #2a2a2a;
	width: 750px;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
body {
	background: #FBFBFB repeat-x;
background-attachment: fixed;
	repeat-x: ;
	line-height: 1.4;
	margin: auto auto;
	padding-bottom: 20px;
	color: #000000;
	text-align: center;
	font-family: arial;
	font-size: 11px;
}


/* The CSS */
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #101010;
    color:#ff409f;
    border:1px solid #808080;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

#msg {
	background: #F00;
	width: 750px;
	color: #FFF;
	margin: auto auto;
	padding: 3px;
	text-align: center;}
/*lol end*/

.poni {
	background-color:#101010;
	border:1px solid #101010;
	display:inline-block;
	color:#ff40a0;
	text-decoration:none;
}.poni:hover {
	background-color:#1a1a1a;
}.poni:active {
	position:relative;
	top:1px;
}


a{ color: #FF6400; font-weight: bold; }
a:hover{ color: #FF8200; text-decoration: underline; }
a.current{ color: gray !important; cursor: default; text-decoration: none; }
