/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(gfx/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


#formularzKontaktowy{
	border: none;
	margin: 0px;
	padding: 0px 30px 20px 30px;
	/*width: 450px;*/
}
.required{
	color: red;
}
.formTitle{
	background-color: #C0C0C0;
	padding:10px;
	margin-bottom: 10px;
}
.line{
	height: 1px;
	border-top: 1px solid darkgray;
}
.formTitle span{
	color: white;
}
label{
	text-align: left;
}
input{
	border: 1px solid #C0C0C0;
	width:100%;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input.noBorder{
	border: none;

}
textarea{
	border: 1px solid #C0C0C0;
	width:100%;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


input.button{
	text-align: right;
	color: #E22118;
	font-weight: bold;
	border: 2px solid #C0C0C0;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	width: 200px;
	background: lightgray;
}


input.login{
	float: right;
	text-align: right;
	color: #E22118;
	font-weight: bold;
	border: none;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	background: transparent;
	width: 100px;
}


input.radio{
	border: none;
	width: 15px;
	position:relative;
	top:4px;
	cursor: pointer;
}
span.radio{
	border: ;
	padding:3px 10px 3px 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
#formZgloszeniowyContainer{
	position: relative;
	padding: 20px;
	width: 420px;
/*	height: 420px; */
}
#formData{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
/*	height: 420px; */
	z-index: 5;
	text-align: left;
}
#formSending{
	display: none;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 420px;
/*	height: 420px; */
	z-index: 20;
	background-color: #8E8E8E;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#formInfo{
	color: red;
	font-size: 15px;
	font-weight: bold;
	display: none;
}

#loading{
	position: relative;
	padding: 20px;
	border: 1px solid #C0C0C0;
	width: 250px;
	top: 50%;
	left: 24%;
	vertical-align: middle;
	text-align: center;
	background-color: White;
	color:#4E4E4E;
	font-size: 14px;
	height: 20px;
}

.error{
	color:#e22118;	
}

label.error{
	padding-left: 20px;
	color:#e22118;	
}

input.error{
	color:black;
	background-color: #f2cabf;
}

select.error{
	color:black;
	background-color: #f2cabf;
}


textarea.error{
	background-color: #F2F2F2;
}
#message{
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 50px;
}