@charset "UTF-8";
/*
   Maxtor Product Registration CSS
   Author: Dean Ashworth, Seagate Web Developer
   Contact: dean.ashworth@seagate.com
   Date Created: Nov 3, 2008
   Last Updated: Nov 4, 2008
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #898989;
}

input,select{
	font-size: .7em
}

a:link, a:visited, a:link *, a:visited * {
	color:#7E7E7E;
	cursor:pointer !important;
	text-decoration:none
}
#site-wrapper {
	width: 790px;
	margin: 0 auto;
	padding:0;
	height:auto;
	background:#fff url(../images/bg_fade.png) repeat-y 50%;
}
#container {
	width: 739px;
	background: #ececec;
	margin: 0 auto;
	text-align: left;
	border-left: 5px solid #7d7d7d;
	border-right: 5px solid #7d7d7d;
}
#header {
	background: #ececec;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding:0;
}
#middle {
	padding: 0 15px 5px 15px;
	/* background: #eee url(../images/maxtor_content_btm.png) no-repeat 50% 100%; */
}
#middle .content {
	padding:0 10px 2px 10px;
	background: #fff;
}
#middle .content h1 {
	color:#464646;
	font-size:26px;
	font-weight:normal;
	padding-top:5px;
}
#middle .content h2 {
	color:#666;
	font-size:90%;
}
#middle .highlight {
	color:#00BFF3;
	font-weight:bold;
}
#middle .content p {
	color:#898989;
	font-size:70%
}
#footer {
	width: 739px;
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	background:#eee;
	color:#7e7e7e;
	font-size:9px
}
#footer .footlinks, .footlinks li {
	display:inline;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#footer .footlinks li {
	border-right:1px solid #7E7E7E;
	margin-right:0.5em;
	padding-right:0.5em;
}
#footer .footlinks li.last {
	border-right:medium none;
	margin-right:0pt;
	padding-right:0pt;
}
#footer a:link:hover, #footer a:visited:hover {
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
	color:#7E7E7E;
	text-decoration:none;
}
.clearer {
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}

/* button styles (technique source: http://cssglobe.com/post/1367/creating-and-styling-resizable-buttons) */

.button a button span em, 
.button a:hover button span em, 
.button a:link button span em, 
.button a:visited button span em {
	color:#fff;
	cursor:pointer !important;
	text-decoration:none;
	font-size:11px;
	_font-weight:bold
}
button {
	border:none;
	background:none;
	padding:0;
	margin:5px 0 10px 0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:22px;
	line-height:20px;	
}
button span, button em {
	display:block;
	height:22px;
	line-height:20px;			
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
button span {
	padding-left:12px;
	background:url(../images/maxtor_button_bg.gif) no-repeat 0 0;
}	
button em {
	font-style:normal;
	padding-right:12px;
	background:url(../images/maxtor_button_bg.gif) no-repeat 100% 0;
}