/*
	~ reset.css ~
	
	- By BeliG
	- Reset CSS.
	- Derničre māj : 12-01-10
*/

* {
border:0;
margin:0;
padding:0;
list-style:none;
font-size:100%;
outline:none; }

input, textarea, select {
border:1px solid #000;
padding:2px;
vertical-align:middle; }

label, input.sub {
cursor:pointer; }

input.file {
border:0; }

.invis {
position:absolute;
left:-9999px; }

.margin_bottom_10 {
margin-bottom:10px; }