body {
	background-color:#000000;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: none;
	color:#6B70BD;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : none;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

input {
	background-color: #000000;
	border: thin solid #003366;
	color: #FFFFFF;
	font-size: 10px;
}

select {
	background-color: #000000;
	border: thin solid #003366;
	color: #FFFFFF;
	font-size: 10px;
}

textarea {
	background-color: #000000;
	border: thin solid #003366;
	color: #FFFFFF;
	font-size: 10px;
}

.newalert {
	text-align: center;
    vertical-align: middle;
	background-image: url(http://www.theseguysarenuts.com/corner.png), url(http://www.theseguysarenuts.com/corner2.png), url(http://www.theseguysarenuts.com/bg1.png), url(http://www.theseguysarenuts.com/bg2.png);
	background-position: left top, right bottom, left top, center center;
	background-repeat: no-repeat, no-repeat, repeat, repeat;
	border: 2px solid #b0ddff;
	border-radius: 3px 9px 9px 9px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size:14px;
	padding:6px;
    -webkit-box-shadow: 0 0 12px #609dff;
       -moz-box-shadow: 0 0 12px #609dff;
            box-shadow: 0 0 12px #609dff;
    -webkit-transition: box-shadow .4s ease;
       -moz-transition: box-shadow .4s ease;
        -ms-transition: box-shadow .4s ease;
         -o-transition: box-shadow .4s ease;
            transition: box-shadow .4s ease;
	text-shadow: 0px 0px 3px #80a0ff;
}

.copyrightblock {
	position: fixed;
	bottom: 2px;
	right: 4px;
	font-size:10px;
}