/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-bottom:8px;
	border-bottom:1px solid #C00;
	color:#666;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Form CSS */
#logo {
	margin: 0px auto 0 auto;
	width: 820px;
	background-image: url(http://alltradetools.com/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:88px;
}
#logo h1 {
	float:right;
	width:300px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-top:45px;
	text-align:center;
}
#logots {
	margin: 0px auto 0 auto;
	width: 820px;
	background-image: url(http://www.toolsmithdirect.com/images/logo-small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:88px;
}
#logots h1 {
	float:right;
	width:300px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-top:45px;
	text-align:center;
}
#content {
	margin: 10px auto 0 auto;
	border: 1px solid #CCC;
	padding: 15px;
	width: 820px;
}

#notice {
	color: #F00;
}

#notice h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}

#notice p {
	font-size: 1.1em;
}

#formtop {
	margin-top: 20px;
}

h3 {
	color: #F00;
	float: left;
	font-size: 1.2em;
	margin: 0px 10px 0 0;
}

#formtop sup {
	vertical-align: super;
	font-size: .8em;
}

#formtop ol {
	list-style: decimal;
	overflow: hidden;
}

#formtop ol li {
	float: left;
	margin-left: 20px;
	width: 150px;
}

#formtop ol li .cbox {
	margin-right: 10px;
}

#formtop ul {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 23px;
}

#formtop ul li{
	float: left;
	margin-right: 20px;
}

#formtop ul li input, #formtop ul li select {
	margin-top:5px;
}

#formtop .title {
	font-weight: bold;
}

#formbtm label, #formbtm input, #formbtm select {
	margin-bottom:10px;
}


#formbtm {
	margin-top: 20px;
	
}

#formbtm ul {
	overflow: visible;
}

#formbtm ul li{
	float: left;
}

#formbtm .lside {
	width: 400px;
}

#formbtm .rside {
	width: 410px;
	margin-left: 1px solid #999;
	margin-left: 10px;
}

#part10 ol{
	list-style-type: upper-alpha;
	margin-left: 60px;
	margin-top: 10px;
	height: 160px;
}

#part10 ol li{
	margin-top: 10px;
	width:350px;
	font-size:11px;
}

#submit {
	margin: 20px auto;
	width: 300px;
}
#submit input {
	 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
 border-bottom: 1px solid rgba(0,0,0,0.25);
 text-shadow: 0 -1px 1px #222;
	margin-top:20px;
	background:#039;
	color:#FFF;
	font-weight:bold;
	font-size: 16px;
	padding:5px;
	cursor: pointer;
	
}

#footer {
	margin: 0 auto;
	padding: 10px;
	font-size: 0.9em;
	width: 820px;
	text-align: left;
	color:#666;
}
#footer p {
	line-height:1.2em;
	margin-bottom:10px;
}

#footer h2 {
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:0 0 10px 0;
	border:2px solid #CCC;
	width:140px;
}
#footer ol {
	margin:4px 10px 10px 10px;
	padding:4px 10px 10px 10px;
}
#footer li {
	line-height:1.2em;
	list-style-type:square;
}

#success {
	width: 820px;
	text-align: center;
	color: #030;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2FFCA;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #9EDD74;
	padding: 10px;
}

#success span {
	color: #030;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
