* { outline :none }
body {
	margin: 90px 0 20px;
	background: #fff url('bg.png') 50% top no-repeat;
	font: 14px/140% arial, helvetica, sans-serif;
	color:#111;
}
#wrapper {
	margin: 0px auto 0;
	width: 728px;
}
input[type="text"], select, textarea {
	font: 14px/120% arial, sans-serif;
	border: 1px solid #aaa;
	border-color: #999 #ddd #ddd #999;
	background: #fff;
	padding: 5px;
}
select {
	padding: 4px 5px;
	text-align: right;			
}
textarea { white-space: nowrap; font: 12px/140% arial, sans-serif; }

input[type="text"]:focus, select:focus, textarea:focus {
	border: 1px solid #69e;	
	border: 1px solid #9cf;	
	box-shadow: 0px 0px 6px #69e;
	-moz-box-shadow: 0px 0px 6px #69e;
	-webkit-box-shadow: 0px 0px 6px #69e;
}
input[type="button"], input[type="submit"] {
	font: 14px/100% arial, helvetica, sans-serif;
	background: url('submit.png') repeat-x;
	border: 1px solid;
	border-color: #ccc #999 #999 #ccc;
	margin: 0;
	padding: 6px 10px 5px;
	cursor: pointer;
	color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="button"]:hover, input[type="submit"]:hover {
	border-color: #ddd #aaa #aaa #ddd;
	color: #222;
}
input[type="button"].glow:hover, input[type="submit"].glow:hover {
	border-color: #9cf #69e #69e #9cf;
	box-shadow: 0px 0px 3px #69e;
	-moz-box-shadow: 0px 0px 3px #69e;
	-webkit-box-shadow: 0px 0px 3px #69e;
}
input#seo {
	background: #fff url('url.png') 5px 7px no-repeat;
	padding-left: 55px;
}
a{color:#2144c6;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}
a.title {
	color: #333;
	text-decoration: none;
}
a.title:hover {
	color: #111;
}
.small {
	font-size: 12px;
	line-height: 140%;
}
.green { color: green; }
.red { color: red; }
form { margin: 0; padding: 0; }
p { margin: 15px 0; }
table { width: 100%; margin: 10px auto 10px; padding: 0; border-spacing:0;}
table th { text-align:left; padding: 13px 5px 10px; border-bottom: 1px solid #ddd; background: #eee; }
table td { padding: 8px 5px 8px; border-bottom: 1px solid #f0f0f0; }
table tr.even td { background: #f9f9f9; }
#mask {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: white url('processing.gif') 50% no-repeat;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=90);
}
#footer {
	margin: 50px 0 10px;
	text-align: center;
	font-size: 11px;
	color: #999;
}
#footer a {
	color: #999;
}
div#upgrade {
	background: #ffe;
	border-bottom: 1px solid #ffc;
	border-top: 1px solid #ffc;
	padding: 10px 5px 9px;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	margin: 110px 0 0;
	color: #444;
}
#homelink {
	position:absolute; display:block; width:160px; height:50px; top:15px; left:50%; margin-left:-365px
}