
* { margin: 0; padding: 0; }
body {
	background: #FFFFFF;
	color: #535152;
	font-size: 12px;
	font-family: arial,tahoma,verdana,sans-serif;
}
img      { border: none; }
table    { border-collapse: collapse; font-size: 1em; }
table th { text-align: left; font-weight: normal; }

br.clear, div.clear { clear: both; height: 0; line-height: 0; font-size: 0; }


/*---------------------------------- links -----------------------------------*/
a       { color: #ED4E8D; text-decoration: none; }
a:hover { color: #ED4E8D; text-decoration: underline; }


/*---------------------------------- forms -----------------------------------*/
input.btn {
	background: url(../images/i/bg/btn.gif) #CA5D7C 0 0 repeat-x;
	border: 1px outset #DC829E;
	padding: 3px 14px;
	overflow: visible; /* for IE */
	color: #FFFFFF;
	font-size: 11px; font-family: verdana,tahoma,sans-serif,arial;
	cursor: pointer;
}

select, input.txt, textarea { border: 1px solid #CCCCCC; color: #535152; font-size: 12px; }
input.txt, input.file { padding: 1px; font-size: 12px; }

select.check, input.check, textarea.check { border: 1px solid #FF0000; background-color: #FFE3A7; color: #000000; }
input.check-file { background-color: #FFE3A7; color: #000000; }

div.check {
	background: url(../images/i/mrk/attention.gif) 0 0 no-repeat;
	padding-left: 15px;
	color: #FF0000; font-size: 11px;
}
div.error strong { color: #FF0000; }
div.done strong  { color: #000; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom: 15px; }
h1    { margin-bottom: 15px; color: #535152; text-transform: uppercase; font-size: 1em; font-weight: normal; }
h2    { margin-bottom: 10px; color: #535152; font-size: 1em; font-weight: bold;  }
h3    { margin-bottom: 5px; color: #535152; font-size: 1em; font-weight: bold; }
big   { font-size: 1.2em; }
small { font-size: 0.8em; }

em    { color: #F26521; font-style: normal; }
abbr,
acronym,
dfn     { background: url(../images/i/bg/dot_red.gif) 0 100% repeat-x; border: none; font-style: normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor: help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin: 7px 0 12px 0; padding: 0 0 0 5px; }
ul li {
	background: url(../images/i/mrk/mrk1.gif) 0 0.4em no-repeat;
	margin-bottom: 5px; padding-left: 10px;
	list-style: none;
}

ol    { margin: 5px 0 15px 0; padding: 0 0 0 30px; }
ol li { margin: 0 0 5px 0; padding: 0; }

dl    { margin: 15px 0; }
dl dt { margin: 0; padding: 0 0 2px 0; }
dl dd { margin: 0 0 10px 10px; padding: 0; }


