/*
	Death2Spam Stylesheet
	Target: All
*/


body {
	background-color: #6D6D6D;
	margin: 0 auto; padding: 40px 0;
	text-align: center;

	font: normal 12px/1.4em Georgia, Arial, Helvetica, sans-serif;
	color: #6D6D6D
}

h1 {
	margin: 0; padding: 0;
	font: bold 18px/1.2em Bookman Old Style, Georgia, Arial, Helvetica, sans-serif;
	color: #6D6D6D;
}

h2 {
	margin: 0; padding: 0;
	font: bold 24px/1.2em Georgia, Arial, Helvetica, sans-serif;
	color: #6D6D6D;
}

h3 {
	margin: 0; padding: 10px 0 10px 0;
	font: bold 13px/1.4em Georgia, Arial, Helvetica, sans-serif;
	color: #AF0B34;
}

p {
	margin: 0 0 10px 0;
}

ol {
	font: normal 11px/1.5em Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0 0 0 12px;
}

small {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #888;
}

a:link, a:visited {
	color: #3D3D3D;
}

a:hover, a:active {
	color: #9D9D9D;
}

a:link, a:visited, a:active {
	color: #3D3D3D;
	text-decoration: none;
	border-bottom: 1px solid #C1C0C0;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #9D9D9D;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #9D9D9D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

form {
	margin: 0; padding: 0;
}

input, textarea, select {
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6D6D6D;
}

#wrap {
	margin: 0 auto; padding: 0;
	width: 750px;
	background-color: white;
	border: 1px solid #C1C0C0;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px 0px;
	height: 110px;
	text-indent: -999em;
	background: url("/d2s2/images/logo.gif") no-repeat;
}

#menu {
	margin-left: 36px;
	margin-bottom: 1em;
	overflow: hidden;
	width: 660px;
}

#content {
	clear: both;
	margin: 0; padding: 20px 36px;
}

#footer {
	clear: both;
	text-align: left;
	margin: 0; padding: 0 36px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-left: 1px solid #C1C0C0;
	background-image: none;
	float: left;
	line-height: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 1em 0 1em;
	font: normal 11px Georgia, Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:visited { color: #9D9D9D; }
#menu a:hover, #menu a:active { color: #676767; }
#menu #active { color: #AF0B34; font-weight: bold; }

#footer p {
	font-size: 11px;
	color: #9D9D9D;
	padding: 20px 0;
}

input, select, textarea {
	font-size: 100%;
}

#steps {
	margin: 2ex 0px;
	padding: 0px;
	border-bottom: 1px solid #888;
	height: 2em;
	font: 12px Georgia, serif;
}

#steps li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#steps li span {
	float: left;
	display: block;
	margin: 0px 1em 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	border-bottom: 0.5em solid #ccc;
	color: #ccc;
	vertical-align: bottom;
}

#steps li a:hover {
	color: #c03;
}

#steps li.active span {
	border-bottom-color: #888;
	color: #888;
}

#wizard-form {
	display: block;
	padding-top: 2ex;
}

fieldset {
	border: 1px solid #ccc;
	border-width: 1px 0px 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

fieldset h3 {
	position: absolute;
	left: 0px;
	top: 8px;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
	display: inline;
	font-weight: bold;
	padding: 0px 8px 0px 0px;
	font-size: 125%;
	color: #c03;
}

fieldset .form-group {
	margin: 8px 0px 2ex 180px;
	padding: 0px;
}

fieldset .form-group li {
	margin: 0px 0px 1ex;
	padding: 0px;
	display: block;
	list-style: none;
	position: relative;
}

fieldset .form-group li.text {
}

fieldset .form-group li.text label {
	display: block;
	font-weight: bold;
	width: 232px;
	margin: 0px 0px -1.6em 0px;
	line-height: 1.6em;
}

fieldset .form-group li.text input.text,
fieldset .form-group li.text small {
	margin-left: 240px;
	width: 240px;
}

fieldset .form-group li.text input.number {
	width: 5em;
}

fieldset .form-group li.radio,
fieldset .form-group li.checkbox {
	margin-left: -2em;
	padding-left: 2em;
}

fieldset .form-group li.radio input.radio,
fieldset .form-group li.checkbox input.checkbox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	vertical-align: baseline;
}

fieldset .form-group li a.help {
	position: absolute;
	right: 0px;
	top: 0px;
}

form .buttons {
	margin: 0px 8px 2ex;
	padding: 2ex 0px 0px;
	border-top: 1px solid #ccc;
	height: 40px;
	position: relative;
}

input.button {
	width: 144px;
	height: 32px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(/d2s2/images/button-green.png) no-repeat 0px 0px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

input.button#next-button {
	background-image: url(/d2s2/images/button-next.png);
	text-indent: -10px;
	position: absolute;
	right: 0px;
	top: 2ex;
}

input.button#previous-button {
	background-image: url(/d2s2/images/button-previous.png);
	text-indent: 10px;
	position: absolute;
	left: 0px;
	top: 2ex;
}

input.button:hover {
	background-position: 100% 0px;
}

.your-server {
	margin: 0px 32px 2ex;
}

.your-server .server {
	font-size: 200%;
	font-weight: bold;
}

.your-server .ip {
	color: #888;
	padding-left: 1em;
}

#dns-form {
	display: block;
	margin: 0px 32px 2ex;
	padding: 8px;
	border: 1px solid #888;
	background: #eee;
}

#dns-form .contents {
	margin: -8px -8px 8px;
	padding: 8px;
	border-bottom: 1px solid #888;
	background: white;
}

#dns-form input.text {
	width: 20em;
}

#dns-form label {
	font-weight: bold;
}
