
 
/* --- reset -------------------------------------- */ 
html, body, div, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, legend, select, ul, ol, li, dl, dt, dd, a, img, address, em { margin: 0; padding: 0; font-weight: normal; font-style: normal; list-style: none; border: 0; outline: none; }
form legend { display: none; }

.clear { display: block; /*width: 100%;*/ clear: both; line-height: 0px; font-size: 0px; height: 0px; padding: 0px; margin: 0px; }
.clearboth { clear: both; }
.block { display: block; }
.center { display: block; margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.bold {font-weight: bold; }
.italic {font-style: italic; }
.hidden {display: none; }
.upper { text-transform: uppercase; }
.center { margin: 0 auto 0 auto; }
.standart-width { width: 960px; }
.border { border: 1px solid #cccccc; }
.txtNW { overflow: hidden; text-indent: -1000em; }
.hide{display:none;}

/* --- reset -------------------------------------- */



/* --- flash -------------------------------------- */

#wrapperPlayer { background: #fff; width:100%; height:100%; }

/* --- tla i ogolne -------------------------------------- */
body { font-family: Tahoma; font-size: 11px; background: #fff; color: #666;  }


#boxNoFlash { width: 960px; margin: 0 auto 0 auto; padding: 20px 0 0 0; display:none; }
#boxNoFlash.active {  display: block; }
#boxNoFlash h1 { display: block;  height: 170px; text-indent: -1000em; background: url(../images/no-flash-sprite.png) no-repeat 0 0; }
a#btnGetFlash { display: block;  height: 300px; text-indent: -1000em; background: url(../images/no-flash-sprite.png) no-repeat 0 -170px; }

.error-info { color: #ff0000; }

input { border: 1px solid #ddd; font-family: Tahoma; font-size: 11px; color: #000; }
input.error { border: 2px solid #ff0000; }

fieldset .item { padding: 0 0 5px 0; }
fieldset#fPersonal label { display: block; float: left; width: 100px; padding: 0 10px 3px 0; }

form { padding: 10px; }

a.submit { margin-top: 10px; color: #000; font-size: 12px; font-weight: bold; display: block; background: #BBFFAF; border: 1px #8CCF81 solid; padding: 4px; width: 100px; text-align: center; }
a.submit:hover{ background: #EFFFAF }
