#contactArea-dvd {
	height: 175px;
	overflow: hidden;
	background-color: #FFF;
	width: 300px;
}

#container-dvd {
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
a.contact-dvd {
	float: right;
	height: 100px;
	width: 300px;
	display: block;
	text-indent: -300px;
	overflow: hidden;
	background-image: url(../images/interface/free-dvd.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form {
	width: 300px;
	margin: 0 auto;
}

#info-dvd {
	float: left;
	width: 280px;
	padding: 10px;
}


input {
	margin-bottom: 8px;
	padding: 2px 2px;
	color: #4A4A4A;
	float: right;
}
label {
	margin-bottom: 5px;
	float: left;
	clear: both;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

input#submit-dvd {
	float: right;
	clear: both;
	cursor: pointer;
	background-color: #1693D4;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea {
	outline: none;
	background-color: #f1f1f1;
	padding: 0px;
	width: 200px;
	border: 1px solid #E1F8FF;
	height: 50px;
}
input:focus, textarea:focus {
	border: 1px solid #1693D4;
}

/*input, textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }*/
#contactArea-all-dvd {
	height: auto;
	width: 300px;
}
input, textarea-ad {
	outline: none;
	background-color: #f1f1f1;
	padding: 0px;
	width: 200px;
	border: 1px solid #E1F8FF;
}

