/* Reset Stylesheet for crossbrowser development */
html {
	color: #666;
	background:#FFF;
}
body {	
	font:69.01%/1.2 arial,helvetica,clean,sans-serif;
}

html, body, div, span, applet, object, iframe, img,
h1, h2, h3, h4, h5, h6, p, a, blockquote,
dl, dt, dd, ul, ol, li,
sub, sup, tt, abbr, acronym, pre, code,
form, fieldset, legend, input, button, label, textarea,
table, tbody, tfoot, thead, tr, th, td, caption {
	border: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, a, blockquote,
dl, dt, dd, ul, ol, li,
sub, sup, tt, abbr, acronym, pre, code,
legend, input, button, label, textarea,
address, caption, cite, code, dfn, em, strong, th, td, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size:100%;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6, 
dt {
	font-size: 100%;
	font-weight: normal;
}
h1 { color: #333333; font-size: 2.364em;}

q:before,
q:after,
blockquote:before, 
blockquote:after {
	content: '';
}

abbr,
acronym {
	font-variant: normal;
}


/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, select { background:url("http://inboxcourier.com/images/background/bg-input.gif") no-repeat left top; border:none; display:block; height:28px; margin: 5px 0 13px; padding: 0 10px; width:292px;}
input.error, select.error { background-image:url("http://inboxcourier.com/images/background/bg-input-error.gif");}
select { padding: 0 0 0 6px;}

a { color:#8d3cb7; outline:none; text-decoration:none;}
a:hover { color:#fff;}
dt { font-weight:bold;}

/* HTML5 display rule */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display:block;}

