/* eric meyer 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes: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;}

/* base */
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,b,u,i,center,select,optgroup,dl,dt,dd,ol,ul,li,option,input,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea{color:#333;font-size:13px;line-height:18px;font-family:Verdana,sans-serif;}
a:link,a:visited,label{cursor:pointer;}
a:link{color:blue;}
a:visited{color:purple;}
a:hover{color:orange;}
a:focus{outline:1px dotted #ccc;}
a:active{outline:0;}
abbr,acronym{border-bottom:1px dotted;}
address{font-style:normal;}
blockquote{padding:0 2em 1em;}
code,pre{font-family:"Monaco","Courier New",monospace;font-size:98%;}
dl,ul,ol{margin-top:1em;}
dl + p, ul + p, ol + p {margin-top:1em;}
fieldset{border:1px solid #ccc;padding:1em;margin-bottom:1em;}
h1{font-size:150%;}
h2{font-size:140%;}
h3{font-size:130%;}
h4{font-size:120%;}
h5{font-size:110%;}
h6{font-size:100%;}
h1,h2,h3,h4,h5,h6,p,pre{margin-bottom:1em;}
input[type=text],input[type=password],textarea{border:1px inset #ccc;}
input[type=text]:hover,input[type=password]:hover,textarea:hover{border:1px solid #333;}
input[type=text]:focus,input[type=password]:focus,textarea:focus{border-style:solid;background:#eee;}
input[type=submit],input[type=button]{border:1px outset #ccc;padding:.25em;background:#ddd;}
input[type=submit]:active,input[type=button]:active{border:1px inset;}
/*ul{list-style:disc;margin-left:2em;}*/
label,input[type=submit],input[type=button]{cursor:pointer;}
optgroup{font-style:normal;font-weight:normal;color:#999;margin:0;padding:0;}
optgroup option{color:#333;margin:0;padding:0;display:block;}
select{border:1px inset #ccc;}
/*textarea{resize:none;}
textarea.resize{resize:both;}
*/