/********************** Map */
ul.map ul {
	margin-left: 15px;
}
ul.map ul {
	margin-left: 6px;
}
ul.map li {
	list-style: none !important;
	list-style-type: none !important;
	font-size: 12px;
 	padding: 2px 14px;
	line-height: 18px;
	background: transparent url(../images/anchor_white.gif) no-repeat 6px left;
	color: #fff;
}

ul.map li a {
	text-decoration: none;
}
ul.map li a:hover {
	text-decoration: underline;
}

/********************** Google */
.googleMaps {
	display: block;
	overflow: hidden;
	border: 3px solid #054F97;
	height: 450px;
	padding: 10px;
	margin-top: 5px;
}

.googleInfoMarker h3 {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
	font-size: 13px;
	text-align: center;
	color: #0D2C57;
}

.googleInfoMarker p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em !important;
	color: #0D2C57;
}

/********************** Messages  */
ul.messages {
	margin: 10px 5px 0 5px;
	padding: 0;
}
ul.messages li {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.success {
	color: #3d6611;
}
.error {
	color: #df280a;
}
.notice {
	color: #e26703;
}

.success, .error {
	font-weight: bold;
}

.error-msg, .success-msg, .notice-msg {
    min-height: 23px !important;
    margin-bottom: 1em !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
    padding: 3px 8px 6px 32px !important;
    font-size: .95em !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom: .2em;
}

.error-msg {
    border-color: #f16048;
    color: #df280a;
    background-color: #faebe7;
    background-image: url(../images/messages/error_msg_icon.gif);
}

.success-msg {
    border-color: #446423;
    color: #3d6611;
    background-color: #E3F1FF;
    background-image: url(../images/messages/success_msg_icon.gif);
}

.notice-msg {
    border-color: #fcd344;
    color: #3d6611;
    background-color: #fafaec;
    background-image: url(../images/messages/note_msg_icon.gif);
}

/********************** Form */
input.input-text, select, textarea {
	font: 12px Arial, helvetica, sans-serif;
}

input.input-text, textarea {
	padding: 2px;
}

.form-buttons { /* Container for form buttons*/
    clear: both;
    margin: 0 5px 0 0;
    background: transparent url(../images/elements_separator.gif) repeat-x top left;
    padding-top: 8px;
    text-align: right;
}

.form-button {
	color: #fff;
	font-size: 10px;
	width: 57px; /* 57px */
	height: 21px; /* 21px */
	padding: 0 0 6px 0;
	line-height: 21px;
	background: transparent url(../images/submit_bg.png) no-repeat left bottom;
	border: none;
	cursor: pointer;
	text-align: center;
}

.form-button span, .form-button-alt span {
    white-space: nowrap;
}

/********************** Form */
input.input-text, select {
	border: none;
	background: transparent url('../images/input-box.gif') no-repeat top left;
	font: 13px arial, helvetica, sans-serif;
}

input.input-text {
	padding: 4px !important;
}

/* Form lists */
.group-select {
    border: none;
	margin: 8px 0 0 0 !important;
}

.group-select ul {
    padding: 2px 0 0 0 !important;
}

.group-select li {
	list-style: none !important;
	list-style-type: none !important;
	padding: 10px !important;
	clear: left;
	overflow: hidden;
	background: transparent url(../images/elements_separator.gif) repeat-x top left;
	zoom: 1;
}

.group-select li .input-box {
	float: left;
	overflow: hidden;
}

.group-select li .input-box .input-text {
	width: 395px;
}

.group-select li .input-box textarea {
	background:transparent url('../images/textarea.gif') no-repeat top left;
	border:0;
	clear:both;
	display:block;
	height:131px;
	margin:0px;
	overflow:hidden;
	padding:5px;
	width:617px;
	font-family: Verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

.group-select li .input-box select {
	width:395px !important;
}

.group-select li .input-box select.multi {
	background-image: url(../images/input_big_select_multi.png);
	border: none;
}

/* Form Messages */
.validation-advice {
	color: #EB340A;
}

.validation-advice {
    clear: both;
    min-height: 15px;
    margin-top: 3px;
    background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left: 17px;
    font-size: .95em;
    font-weight: bold;
    line-height: 1.25em;
}

.validation-failed {
    background: transparent url('../images/input-box_validation.gif') no-repeat top left !important;
}

textarea.validation-failed {
	background: transparent url('../images/textarea_validation.gif') no-repeat top left !important;
}

.group-select li .input-box label {
	width: 238px;
	display: block;
	float: left;
}

label.required {
    font-weight: bold;
}

div.required {
    text-align: left;
    margin: 0;
    background: transparent url(../images/elements_separator.gif) repeat-x top left;
    overflow: hidden;
    font-size: .9em;
	padding: 5px;
	overflow: hidden;
}

/* Anchors */
a.anchor_word,
a.anchor_excel,
a.anchor_powerpoint,
a.anchor_pdf {
	display: inline-block;
	padding: 0 0 0 20px !important;
	line-height: 20px !important;
}

a.anchor_word {
	background: transparent url('../images/icons/page_white_word.png') no-repeat left center;
}

a.anchor_excel {
	background: transparent url('../images/icons/page_white_excel.png') no-repeat left center;
}

a.anchor_powerpoint {
	background: transparent url('../images/icons/page_white_powerpoint.png') no-repeat left center;
}

a.anchor_pdf {
	background: transparent url('../images/icons/page_white_pdf.png') no-repeat left center;
}

.bezramki {
	border: none !important;
}
