/* ----------------------------------------------------------------------------------------------------
	Reset styles v1.0 | 20080212
---------------------------------------------------------------------------------------------------- */
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,
input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

textarea {
	font-size: 120%;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0 0 0 15px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
}

strong, b, .bold {
	font-weight: bold;
	font-style: inherit;
}

i, .italic {
	font-style: italic;
}

pre {
	font-family: monospace;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

cite {
	font-variant: small-caps;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 3px 0;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 2px 0;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 2px 0;
}

h3 {
	font-size: 1em;
	margin: 0 0 2px 0;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

p {
	margin-bottom: 1em;
}



/* ---------------------------------------------------------------------------
	Form :: Base style
--------------------------------------------------------------------------- */
fieldset {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

legend {
	color: #0046D5;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0 4px 0 0;
}

legend img {
	vertical-align: middle;
}

label, button {
	cursor: pointer;
}

/*label {
	font-weight: bold;
}*/

input, select, option, optgroup, textarea, button {
	color: #000000;
}

input, textarea, select, optgroup, option  {
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
 	color: #000000;
}

input.text, textarea, select {
	background: #FAFAFA;
 	border: 1px solid #B3B3B3;
}

select {
	padding: 1px 1px 1px 1px;
}

optgroup, option {
	padding: 1px 4px 1px 4px;
}

input.disabled, select.disabled, textarea.disabled, button.disabled {
	color: #666666;
	background: #e6e6e6;
}

input.radio, input.checkbox, input.image {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	background: none;
}

