/* CSS Document */
body {
    text-align: left;
    margin:0px;
}

div.main_kurzy {
    width:486px;           
    background-color:white;
    text-align: justify;
    margin-left:0px;
}
div.main_kurzy h4 {
    font-size: 12px;
}
div.main_kurzy a {
    color:black;
    font-weight: bold;
    text-decoration: none;
}
div.main_kurzy div.errors {
    margin:10px;
    padding:10px;
    font-size: 12px;
    color: red;
}
div.main_kurzy table {
    text-align: left;       
    width:100%;    
}
div.main_kurzy table td {
    padding-left:5px;
    text-align:left;
}
div.main_kurzy table.even {
    background-color: #EEEEEF;    
}
div.main_kurzy table.odd {
    background-color: #E0E0DD;    
}

div.main_kurzy table td.reg {
    text-align: right;
}
div.main_kurzy table td.reg a {
    text-decoration: underline;    
}
div.main_kurzy form {
    padding:10px;
}
div.main_kurzy form textarea {
    width:250px;
}
div.main_kurzy form table.th {
    width:150px;
}
div.main_kurzy div.right {
    margin-top:10px;
    text-align: right;
}
div.main_kurzy div.send {
    margin:0px;
    padding:0px;
    color: red;
	font-size: 11px;
}

a {
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	text-decoration: none;
}

a.add,
a.delete {
	background-image:url('../images/add.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: underline !important;
}

a.delete {
	background-image:url('../images/delete.png');
	font-weight: normal !important;
}

fieldset {
	margin-top: 15px;
}