/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
/* Forms */
.field {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 4px 0;
}

.field .form-error input {
    border-color: red;
}

.field li {
    display: inline;
    color: red;
}

.submit-field{
	width:600px;
}
.selector-chooser li{
	display:block;
}

.field ul {
    display: inline;
    list-style-type: none;
    padding: 0;
}

.field ul li{
    background: none;
    list-style-type: none;
}

label[for="id_sertifika"]{
    width:200px;
}
label {
    font-weight: bold;
    color: #58585a;
    width: 150px;
    float: left;
    padding: 2px 0;
}

li label {
    width:100%;
}
input[type="text"],input[type=password],input[type="file"]{
	width: 40%;
	margin: 0;
	padding: 3px;
	background: #FFFFFF;
	border:1px solid #BDC7D8;
	color: #000000;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;	
}

input[type=text]:focus, 
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus 
{
	background: #f6f6f6;
	border-color: #666;
}
select{
	width: 41%;
}

textarea{
	width: 450px;
	border:1px solid #BDC7D8;
}

#div_id_thursday, #div_id_friday, #div_id_saturday, #div_id_sunday{
	margin-left: 40px;
}

#div_id_october_17, #div_id_october_18, #div_id_october_19, #div_id_october_20{
	margin-left: 20px;
	border-bottom: none;
	padding:0;
}

#div_id_accommodation_type{
	border-top: #ddd solid 1px;
}

#loginbox label {
	font-size: 12px;
	font-family: arial, sans-serif;
	list-style-type: none;
	color: #A65353;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}
#loginbox input {
	padding: 6px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	background: #FFFFFF;
	width: 90%;
}
#loginbox input.submit {
	width: 100px;
	background: #0081ac;
	color: #fff;
	text-transform: uppercase;
	text-shadow: #000 1px 1px;
	border: 1px solid #ad64e0;
	margin-top: 3px;
}

#div_id_apply .label{
	float: right;
}

#div_id_apply label{
	width: 625px;
	padding-top: 0px;
}
/*#############Table###################*/
table{
	border-collapse:collapse;
	font-size:1em;
}

table,th, td{
	border: 1px solid #999;
}

td{
	padding:3px;
}

td.first{
	width: 15%;
	font-weight: bold;
}

