
html, body
{
	background-color: #2F698B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

#container
{
	background-color: #FFF;
	margin: 75px auto;
	width: 580px;
	text-align: center;
	color: #000000;
	overflow: hidden;
	min-height: 100px;
	border: 1px solid none;
	border-radius: 20px;
}

#logo
{
	width: 530px;
	text-align: left;
	margin: 10px auto;
}

#randlink
{
	background-color:#efefef;
	width: 530px;
	text-align: center;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	margin: auto;
}

#preamble
{
	width: 530px;
	text-align: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	margin: auto;
}

#optdiv
{
	width: 530px;
	margin: 13px auto 10px;
	text-align: left;
}

.opts
{
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
}

#optcheck
{
	vertical-align: top;
}

#tags
{

}

.help
{
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
}

#helpdiv
{
	display: none;
	width: 530px;
	margin: 13px auto 10px;
	text-align: left;
}

hr
{
	width: 530px;
	border: 1px solid #2F698B;
	margin: 13px auto 10px;
}

#ftr
{
	clear: left;
	width: 530px;
	text-align: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	margin: 5px auto 10px;
}

a:link
{
	background-color: transparent;
	color: #b5e315;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	background-color: transparent;
	color: #b5e315;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	background-color: transparent;
	color: #2F698B;
	text-decoration: none;
	font-weight: bold;
}

a.tryme:active
{
	background-color: transparent;
	color: #2F698B;
	text-decoration: underline;
	font-weight: bold;
}

a.tryme:link
{
	background-color: transparent;
	color: #2F698B;
	text-decoration: underline;
	font-weight: bold;
}

a.tryme:visited
{
	background-color: transparent;
	color: #2F698B;
	text-decoration: underline;
	font-weight: bold;
}

a.tryme:hover
{
	background-color: transparent;
	color: #b5e315;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	background-color: transparent;
	color: #b5e315;
	text-decoration: underline;
	font-weight: bold;
}

.skype
{
	width: 50px;
	float:left;
	margin: 5px auto 10px;
}

.cf:before, .cf:after
{
	content: "";
	display: table;
}

.cf:after { clear: both; }

.cf { zoom: 1; }

.form-wrapper
{
	width: 520px;
	background: rgba(0,0,0,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	margin: 10px auto 10px;
	padding: 8px;
}

.prt
{
	width: 80px;
	height: 40px;
	float: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	border: 0;
	margin-right: 2px;
	background: #eee;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-top-left-radius: 3px 0 0 3px;
	border-bottom-left-radius: 3px 0 0 3px;
	padding: 8px;
}

.sb
{
	width: 318px;
	height: 20px;
	float: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	border: 0;
	background: #eee;
	padding: 10px 5px;
}

.tags
{
	width: 520px;
	height: 10px;
	float: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', Tahoma;
	border: 0;
	background: #eee;
	padding: 10px 5px;
	margin: 10px auto;
}

.sb:focus
{
	outline: 0;
	background: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.btn
{
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	cursor: pointer;
	height: 40px;
	width: 110px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', Tahoma;
	color: #fff;
	text-transform: uppercase;
	background: #b5e315;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	padding: 0;
}

.btn:hover { background: #b5e367; }

.btn:active, .btn:focus { background: #2F698B; }

.btn:before
{
	content: '';
	position: absolute;
	top: 12px;
	left: -6px;
	border-color: transparent #b5e315;
	border-style: solid solid solid none;
	border-width: 8px 8px 8px 0;
}

.btn:hover:before { border-right-color: #b5e367; }

.btn:focus:before { border-right-color: #2F698B; }

.btn::-moz-focus-inner {
 border:0;
 padding:0;
}

.sb::-webkit-input-placeholder, .sb:-moz-placeholder, .sb:-ms-input-placeholder {
 color:#999;
 font-weight:400;
 font-style:italic;
}
