/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, div, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font: inherit;
  vertical-align:baseline;
}
.article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, div {
    display:block;
}
a {
	text-decoration : none;
}
a:active {
	outline : none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border : none;
}
/* END RESET CSS */
hr { 
	display:block; 
	height:1px; 
	border:0; 
	border-top: 1px solid #ccc;
}
input, select { 
	vertical-align:middle; 
}
/* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { 
	vertical-align: text-bottom; 
}
input[type="checkbox"] { 
	vertical-align: bottom; 
}
label, input[type="button"], input[type="submit"], input[type="image"], button { 
	cursor: pointer; 
}
button, input, select, textarea {
	margin: 0;
}
textarea {
	font-family : sans-serif!important;
	font-size : 13px;
}
textarea:-moz-placeholder {
	font-family : Arial, Helvetica, sans-serif;
	color : Gray;
}
textarea::-moz-placeholder {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Gray;
}
textarea::-webkit-input-placeholder {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Gray;
}
textarea:-ms-input-placeholder {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Gray;
}
input::-webkit-input-placeholder {
	font-size : 13px;
	color : Gray;
}
input:-moz-placeholder {
	font-size : 13px;
	color : Gray;
}
input::-moz-placeholder {
	font-size : 13px;
	color : Gray;
}
input:-ms-input-placeholder {
	font-size : 13px;
	color : Gray;
}
button { 
	width: auto; 
	overflow: visible; 
}
.ie7 img {
 	-ms-interpolation-mode: bicubic; 
 }
 .ie7 input[type="checkbox"] { 
 	vertical-align: baseline; 
 }