/* CSS Document */

   
@charset "utf-8";
/*html default*/
* {
	margin:0; padding:0; border:0; list-style:none;
	outline: 0; 	
}

a {
	text-decoration:none;
}

html{ 
	width:100%; 
	height:auto;
}

figure{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clear {
	clear:both; margin:0; padding:0;
}

legend,textarea{ margin:0; padding:0;}
fieldset,img { 
	border:0;
}
a:focus{outline:none;}
h1{}
h2{}
h3{}
h1,h2,h3{}
h1,h2,h3,h4,h5,h6,h7,strong{}
abbr,acronym{}
em{font-style:italic;}
blockquote,ul,ol,dl{}
ol,ul,dl{}
ul li{list-style:none;}
dl dd{}
th,td{}
th{}
caption{}
p,fieldset,table{}
dl{}
dd{}
a:link, a:visited{
	text-decoration:none;
	
}
a:hover{text-decoration:none;}
legend{}
option{}
input[type='text'],
input[type="password"]{
	
}

input[type='hidden']{display:none;}
button, input[type='button'], input[type='submit']{}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button{cursor:pointer;}
input[type='button'], input[type='submit'], input[type='text'], textarea{}
hr{}
q{}
blockquote{}
blockquote > *:first-child:first-letter{}
pre{}
.nobg{
	background:none !important;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
	border : 0px;
} 



