html {
	font-size:100.01%;
}


/*----- global styles -----*/

#content {
	padding-bottom: 240px;
}	
	#content .dvd {
		width: 250px;
		background: url(../img/dvd.jpg) no-repeat 0 0;
		padding-top: 199px;
		float: right;
		margin-bottom: 60px;
	}
		#content .dvd-form {
			width: 250px;
			background: #f2ead6 url(../img/dvd-block.png) no-repeat 0 100%;
			padding-bottom: 5px;
			position: relative;
		}
			#content .dvd-form label {
				font-size: 1.28em;
				width: 100px;
				display: inline;
				float: left;
				margin-right: 10px;
				text-align: right;
				line-height: 1.3;
			}
			#content .dvd-form .text {
				float: left;
				width:100px;
				height: 18px;
				margin-bottom: 2px;
				background: url(../img/form.png);
				border: 0;
				padding: 2px 5px;
			}
			#content .dvd-form div {
				clear: both;
			}
			#content .dvd-form .description {
	font-size: .85em;
	color: #333;
	width: 226px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	position: relative;
	text-align: center;
			}
			#content .dvd-form .submit-button {
				position: absolute;
				bottom: 0;
				margin: 0 auto -18px 5px;
			}
				#content .dvd-form .submit-button input {
					border: 0;
					background: url(../img/form-button.png);
					padding: 0;
					width: 240px;
					height: 53px;
					cursor: pointer;
				}
	#content .dvd-small {
		width: 500px;
		background: url(../img/dvd-small.jpg) no-repeat 0 0;
		float:right;
		height: 360px;
	}
		#content .dvd-small .dvd-form {
			width:240px;
			background:none;
			margin-top: 60px;
			height: 270px;
		}
		#content .dvd-small .dvd-form .description {
			text-align:center;
		}
	
	
