/**
 * Reset & default styles for tags
 *
 *
 */

* { margin:0; padding:0; }
* :focus { outline: 0; }

body {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img, a img { border: none; }

a { text-decoration: none; }
a:hover { text-decoration: none; }

/* Forms */
input, textarea {
	border: 1px solid #cccccc;
	height: 14px;
	font-size: 11px;
	color: #666666;
	padding-top: 2px; 
}
textarea { height: 70px }
input[type=checkbox], input[type=radio] {
	border: none;
	height: auto;
	padding: 0;	
}
fieldset { border:none; }
button::-moz-focus-inner { border: 0; padding: 0; }

address {
	font-style: normal;
}

/* Lists */
ul, ol { list-style:none; }
