/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background: #fff;
	line-height: 1.2;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus,
:active {
	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;
}
th,
td { vertical-align: top; text-align: left; font-weight: normal; }

.clear { clear: both; }

a { color:#f72129; }
a:hover { color:#fb5d62; }

p { margin-bottom: 1em; }

h1 { margin-bottom: 0.6em; font-size: 24px; font-weight: normal; }
h2 { margin-bottom: 0.6em; font-size: 18px; font-weight: bold; }
h3 { margin-bottom: 0.8em; font-size: 14px; font-weight: bold; }

ul { padding-left: 3px; margin-bottom: 1em; }
li { background: url(../images/i/mrk/m1.gif) 0 4px no-repeat; padding-left: 15px; }

em { color: #f01d25; font-style: normal; }
sup { vertical-align: super; font-size: 0.6em;}

/* FORM */

input, textarea, select { margin: 0; }
input.txt, textarea {
    border: 1px solid #9a9a9a;
    padding: 3px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}
input.stretch, textarea.stretch { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
label.check { color: #d63131; }
div.msg { padding: 3px; margin-top: 10px; }
div.msg-error { border-left: 2px solid #c84d4d; background: #f7d5d5; }
div.msg-done { border-left: 2px solid #5e9c30; background: #9fd99d; }

