/**
 * CSS
 * (c) 2007 Darío G. Ruellan / D²
 */

/* maintext */

#copyright {
	background-image: url(../images/d2_big.png);
	background-repeat: no-repeat;
	background-position: 0 75px;
}
#copyright .textbox {
	margin: 15px 0 0 200px;
}
#copyright #author_contact {
	position: relative;
	display: block;
	background-color: rgb(48, 91, 150);
	height: 110px;
	width: 330px;
	color: white;
	margin: 18px 0 5px 0;
	padding: 0;
	overflow: hidden;
}
#copyright #author_contact #title {
	position: relative;
	text-align: left;
	z-index: 100;
	height: 18px;
	font-weight: bold;
}
#copyright #author_contact #abortbtn {
	background-color: rgb(58, 101, 160);
	padding: 1px 1px 1px 5px;
	display: none;
}
#copyright #author_contact #abortbtn a {
	float: right;
	padding-top: 1px;
}
#copyright #author_contact table#slider {
	position: relative;
	width: 1320px;
	left: 0;
}
#copyright #author_contact table#slider td {
	width: 330px;
	vertical-align: top;
}
#copyright #author_contact table#slider td h4 {
	margin: 10px 0 12px 0;
	text-align: center;
}
#copyright #author_contact table#slider td div {
	text-align: center;
}
#copyright #author_contact table#slider td table {
	width: 310px;
}
#copyright #author_contact table#slider input {
	background-color: rgb(58, 101, 160);
	border: 1px solid white;
	font-weight: bold;
	color: white;
	text-align: center;
}
#copyright #author_contact table#slider textarea {
	background-color: rgb(58, 101, 160);
	border: 1px solid white;
	color: white;
	width: 95%;
	height: 75px;
	margin: 4px 10px 0 0;
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
}
#copyright #author_contact table#slider #send_result {
	margin: 4px 10px 0 10px;
}
#copyright #author_contact table#credits {
	margin: 0 0 0 17px;
}
#copyright #nextbtn, #copyright #sendbtn {
	display: none;
	position: absolute;
	z-index: 100;
	text-align: center;
	margin-top: -32px;
	margin-left: 270px;
}
#copyright #nextbtn a, #copyright #sendbtn a {
	display: block;
	width: 50px;
	background-color: silver;
	border-bottom: 1px outset gray;
	padding: 3px 0 3px 0;
	color: black;
	font-weight: bold;
}