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 {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}

a {
    text-decoration: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=text], textarea {
    font: 12px/15px Arial, Tahoma, Verdana, sans-serif;
    color: #888;
    border: 1px solid #ccc;
}

.clearfix:after,
.f_row:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
    zoom: 1;
}


*+ html .f_row {
    height: 1%;
    zoom: 1;
}

*+html .boxbody {
	zoom: 1;
}



.none_submit {
background: transparent;
border: 0px;
width: 0px;
height: 0px;
position: absolute;
filter:alpha(opacity=0);/*Needed for IE*/
-moz-opacity:0;/*Older mozilla broswers like NN*/
-khtml-opacity: 0;/*Old versions of Safari and "KHTML" browser engines*/
opacity: 0;/*FF, Safari, and Opera*/
} 