/*!
 * CMS4U - engine/res/css/reset.css
 * Version 1.1.2.8
 *
 * Copyright 2009-2012 IT4U www.it4u.com.pl
 * All rights reserved
 */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow: auto;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	box-sizing: content-box;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END Reset */

/* Basic */
body{font-family:Tahoma; font-size:12px; background: #fff; }
a {text-decoration:none; color: #000000;}
img {vertical-align:top;}

/*Main*/
#page_body { width: 100%; height: auto; margin: 0px; padding: 0px; }

.clear { clear: both; }
.error { color: black; background: white; padding: 10px; }
div.clear { height: 20px; clear: both; }

#fade { position: absolute; top: 0px; left: 0px; width: 100%; height: 1000px; background: #000; z-index: 1999; }
#ajax_loader { position: absolute; margin: 1px; padding: 10px; z-index: 2999; background: #fff; }
#ajax_popup { position: absolute; z-index: 2999; background: #fff; }
#ajax_alert { width: 300px; }
#ajax_alert_text { text-align: center; margin: 10px; font-weight: bold; }
#ajax_alert_button { text-align: center; margin: 10px; }
#ajax_alert_button input { border: 1px solid #000; background: #fff; color: #000; }

#sugester { position: fixed !important; top: 200px; right: 0px; background: url(../img/twoja_sugestia_button.png); width: 20px; height: 100px; }
#sugester_form { width: 300px; height: 250px; padding: 1px; background: #fff; border: 10px solid #000; }
#sugester_form .sugester_title { width: auto; padding: 10px; background: #000; color: #fff; font-size: 16px; font-weight: bold; text-align: center; }
#sugester_form .sugester_col_name { width: auto; padding: 4px; font-size: 9px; font-weight: bold; background: #ddd; text-align: center; }
#sugester_form .sugester_col_input { width: auto; padding: 5px; }
#sugester_form input,
#sugester_form textarea
	{ font-size: 10px; border: 1px solid #000; padding: 3px; background: #fff; }
#sugester_form #sugester_topic { width: 98%; }
#sugester_form #sugester_desc { width: 98%; height: 100px; font-family: Tahoma; }
#sugester_form #sugester_submit { width: 48%; }
#sugester_form #sugester_cancel { width: 48%; }

#browser_alert { border: 1px #000 solid; margin: 10px auto; padding: 10px; width: 700px; background-color: #fff; }
#browser_alert .browser_alert_header { margin: 10px; line-height: 1.7; color: #f00; border-bottom: 1px #f00 solid; font-size: 14px; font-weight: bold; text-align: center; }
#browser_alert .browser_alert_text { margin: 10px; font-size: 12px; line-height: 1.6; }
#browser_alert .browser_alert_choose { text-align: center; }