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:0px;
}

a, a:link, a:hover, a:active, a:focus, a:visited {
	outline:none;
}

a img {
	border:none;
}

img, input, label, textarea, select {
	vertical-align:middle;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, input, textarea, p, th, td {
	padding:5px 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
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 {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* DEFAULT FORM FIELDS */
label, .label {
	display:block;
	font-weight:bold;
	line-height:20px;
	height:20px;
	margin-bottom:10px;
}
textarea, select {
	display:block;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size:11px;
	border:1px solid #b6b6b6;
	color: #3e454d;
}
textarea {
	padding:3px 0 3px 4px;
	overflow:auto
}
input[type="hidden"] {
	display:none;
}
input[type="text"] {
	width:90%;
}
input {
	padding:0;
}
input[type="checkbox"] {
	width:20px !important;
	border:0 !important;
	background:transparent !important;
}
input.checkbox {
	margin:3px 6px 0 0;
	height:13px;
	width:13px !important;
	border:0;
}
select {
	height:18px;
	padding:0;
}
a.field_button {
	display:block;
	margin-left:5px;
	width:42px;
	line-height:20px;
	text-align:center;
	color:#333;
	font-weight:bold;
}
:focus {
	outline: 0;
}
