*{
margin:0px;
padding:0px;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#page-wrapper{
width:625px;
margin-left:auto;
margin-right:auto;
margin-top:48px;
}

#header{
float:left;
width:100%;
margin-top:24px;
background-image:url(images/background-top-gradient.gif);
background-color:#004669;
height:34px;
}
	
	#testdrive{	
	float:left;
	padding:10px;
	}
	
	#corner-top{	
	float:right;
	background-image:url(images/corner-top-gradient.gif);
	height:34px;
	width:34px;
	}

#dialog-wrapper{
float:left;
width:100%;
}

#dialog{
padding:20px;
border-left:3px solid #004669;
border-right:3px solid #004669;
height:334px;
overflow:hidden;
}

	#dialog-iframe{
	height:334px;
	width:100%;
	overflow:hidden;
	}

#footer{
height:22px;
clear:both;
background-color:#004669;
background-image:url(images/background-bottom-gradient.gif);
}	
	
	#corner-bottom{	
	float:left;
	background-image:url(images/corner-bottom-gradient.gif);
	height:22px;
	width:22px;
	}
	
	#footer p{
	color:#ffffff;
	padding-top:5px;
	}

