*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,  p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*fieldset, */img { 
	border: 0;
	display: block;
}

address, caption, cite, code, dfn, /*em, strong,*/ th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

/*caption, th {
	text-align: left;
}*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: "";
}

abbr, acronym {
	border: 0;
}

a:link, a:visited,  a:active, a:hover {
	outline: none;
	text-decoration: none;
}

.clearBlock {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

select, input, button {
    border: 1px #acacac solid;           
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: inherit;
    padding: 2px 4px;
}

input[type="submit"], button, input.button {
    background-color: #f0f0f0;
}

input[type="submit"][disabled="disabled"],
input[disabled="disabled"].button {   
    color: #999 !important;
}

select {
    padding: 1px;
}    