/**
* reset
* reset general
*
*
* @author xraby
* @date 2010-02-01
* @media screen
* @site
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	text-decoration: none;
}

img.link-img{
	cursor: pointer;
}

.no-float{
	clear: both;
}

fieldset{
	border: 0;
}