@CHARSET "UTF-8";

		body, ul, li, p, form, td, h1, h2, h3, h4, input, textarea {
			margin: 		  0px 0px 0px 0px;
			padding: 		  0px 0px 0px 0px;
			border:           none;
		}

		img {
			margin: 		  0px 0px 0px 0px;
			padding: 		  0px 0px 0px 0px;
			border:			  none;
		}
		
	    ul {
            list-style:    none;
        }
		
		form {
		    display:          inline;
		}
		
        a.gomb {
            position:         relative;
            display:          block;
            overflow:         hidden;
            text-indent:      -100em;
            font-size:        5px;            
        }
        
        a.gomb span {
            position:         absolute;
            top:              0px;
            left:             0px;
            width:            100%;
            height:           100%;
            cursor:           pointer;            
        }

		a {
			outline: 		   none;
			text-decoration:   none;
		}
		a:visited {
		}
		a:active {
		}
		a:hover {
			text-decoration:   underline;
		}

		strong, b {
			font-weight: 	   bold;
		}
		
		a.notlink span {
		    cursor:            default;
		}

		.validation-advice {
			color:			   red;
		}
		
		.clearer100,
		.clearer {
		    clear:             left;
		    line-height:       0px;
		    height:            0px;
		    font-size:         0px;
		    margin:            0px;
		}
		
		.clearer100 {
		    width:             100%;
		}
				
		.wrapper {
		    overflow:          auto;
		}
		
		.container {
		    position:          relative;		
		}
		
		.hidden {
		    display:           none;
		}
		
		.center {
		    text-align:        center;
		}
		.center>* {
		    margin-left:        auto;
		    margin-right:       auto;
		}
		
		input.hiddenSubmit {
		    display:            block;
		    width:              0px;
		    height:             0px;
		}	