.nottower {
	padding-top: 11px;
	display: block;
}

.albooms li {
	text-align: center;
	margin: 10px;
	display: block;
	float: left;
	list-style: none;
}

.albooms {
	list-style:none;
	margin-bottom: 100px;
	height: 300px;
	display: block;
}

.cb {
	clear: both;
}

.special {
    display: none!important;
}

noscript {
	background-color: yellow;
	color: red;
	display: block;
	text-align: center;
	padding: 0px;
	top: 0;
}

.jot-form form,
#EmailForm {
	width: 600px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}

.jobform #EmailForm {
	width: 100%;
}

#EmailForm.full { width: 100%; }

#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form.jot-form  p,
form.jot-form  label,
#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

.jobform #EmailForm label,
.jobform #EmailForm p {
	width: 50%;
}

#WebLoginLayer0 input[type="password"],
#EmailForm input[type="password"],
#WebLoginLayer2 input[type="text"],
#WebLoginLayer0 input[type="text"],
.changepwdfrm input[type="password"],
.changepwdfrm input[type="text"],
#EmailForm input[type="text"] {
    background-color: #f7f7f7;
    border-color: #D2CEC3;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: inline-block;
    height: 34px;
    margin-top: 3px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

form.jot-form  label,
#EmailForm label {
	float: left;
	clear: left;
	width: 600px;
	margin: 0;
	line-height: 1.5em;
	font-weight: normal;
}

.jobform #EmailForm label {
	width: 50%;
}

.jobform #EmailForm label.textarealabel {
	width: 100%;
}

#WebLoginLayer0 label,
#WebLoginLayer2 label {
	font-weight: normal;
}

#EmailForm label input {
	float: left;
	width: 600px;
	padding: 0;
}

.jobform #EmailForm label input {
	width: 100%;
}
#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
form.jot-form  input,
form.jot-form  textarea,
#EmailForm label input,
#EmailForm textarea {
    padding: 0 2px;
    line-height: 20px;
    background-color: #f7f7f7;
    border: 1px solid #d2cec3;
    
}
#EmailForm input.checkbox,
#EmailForm select {
    background-color: #fff;    
}
form.jot-form  textarea,
#EmailForm textarea {
	margin-top: 3px;
	width: 600px;
	height: auto;
	display: block;
}

.jobform #EmailForm textarea {
	width: 100%;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}

form.jot-form  input[type="submit"],
input.button {
    clear: left;
	background-color: #989795;
	height: auto ;
    margin-bottom: 5px;
    margin-top: 5px;
     padding: 4px !important;
    width: auto !important;
    color: #FFF;
    border: 0;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}

#EmailForm .special {
	display: none;
}

.hide_f {
	display: none!important;
}

#EmailFormWrapper {
	float: right;
}

.jobform #EmailFormWrapper {
	float: none;
}

table caption {
    background-color:gray;
    text-align:center;
    font-weight: bold;
}

table {
    text-align:left;
    width: 100%;
}
table th {
    border-width: 1px;
    padding: 4px;
/*     border-style: inset; */
/*     border-color: black; */
    -moz-border-radius: 0px 0px 0px 0px;
    behavior: url(/4t/PIE/PIE.htc) ;
}
table td {
    border-width: 1px; 
    padding: 4px;
/*     border-style: inset; */
/*     border-color: black; */
    -moz-border-radius: 0px 0px 0px 0px;
    behavior: url(/4t/PIE/PIE.htc) ;
}

table#filetable caption {
    background-color:gray;
/*     border: 1px solid #E7E2E2; */
    border-bottom:0;
    text-align:center;
    font-weight: bold;
}

table#filetable {
/*     border-width: 1px; */
/*     border-spacing: 2px; */
/*     border-style: outset; */
/*     border-color: #E7E2E2; */
/*     border-collapse: collapse; */
    text-align:left;
    width: 100%;
}
table#filetable th {
/*     border-width: 1px; */
    padding: 4px;
/*     border-style: inset; */
/*     border-color: #E7E2E2; */
    -moz-border-radius: 0px 0px 0px 0px;
    behavior: url(/4t/PIE/PIE.htc) ;
}
table#filetable td {
/*     border-width: 1px;  */
    padding: 4px;
/*     border-style: inset; */
/*     border-color: #E7E2E2; */
    -moz-border-radius: 0px 0px 0px 0px;
    behavior: url(/4t/PIE/PIE.htc) ;
}

p.justifyfull {
	text-align: justify;
}

.cb,
.clear {
	clear: both;
}

div.errors {
	width: 310px;
	margin: 20px 0;
}

.justifyleft {
	float: left;
	margin-right: 10px;
}

.justifyright {
	float: right;
	margin-left: 10px;
}

#wysuwane
{
    background: url("/img/fbpodklad.png") no-repeat scroll 0 0 transparent;
    padding: 10px;
    width: 235px;
    height:402px;
 	z-index:10000;
    position: fixed;
    left: -210px;
    top:122px;
}
.zamknij
{
    background-position: 0px 0px -242px 0px;
}

#wewnatrz {
	background-color: white;
	width: 185px!important;
}

#wysuwane2 {
    background: url("/img/gpluspodklad.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 250px;
    left: -210px;
    margin-top: -200px;
    padding: 10px;
    position: fixed;
    top: 220px;
    width: 235px;
    z-index: 1000;
}

.active_ {
	display: none;
}

.active_1 {
	display: block;
}

.minisliderlogos {
    margin: 50px auto;
    width: 60%;
}



#facebook_slider {
    position: relative;
}
#fbox1 {
    background-color: #fff;
    border: 5px solid #3c95d9;
    border-radius: 5px;
    position: fixed;
}
#fbox2 {
    overflow: hidden;
    text-align: left;
}
#fbox1 img {
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10000;
}
#fbox1 iframe {
    border: 0 none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#google_slider {
    position: relative;
}
#gbox1 {
    background-color: #fff;
    border: 5px solid #34c2d0;
    border-radius: 5px;
    position: fixed;
}
#gbox2 {
    overflow: hidden;
    text-align: left;
}
#gbox1 img {
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10000;
}
#gbox1 iframe {
    border: 0 none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#google_1 {
    background-color: #006ec9;
    border-radius: 5px;
    display: block;
    position: fixed;
}
#google_1_1 {
    overflow: hidden;
}
#google_img {
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10000;
}

@media (max-width: 991px) {
	
	
#EmailForm {
	width: 360px;
}

#EmailFormWrapper {
	float: left;
}

#EmailForm label {
	width: 310px;
}

#EmailForm label input {
	width: 310px;
}

#EmailForm textarea {
	width: 310px;
}


.jobform #EmailForm {
	width: 100%;
}

.jobform #EmailFormWrapper {
	float: none;
}

.jobform #EmailForm label {
	width: 100%;
}

.jobform #EmailForm label input {
	width: 100%;
}

.jobform #EmailForm textarea {
	width: 100%;
}

.jobform #EmailForm label, .jobform #EmailForm p {
    width: 100%;
}


}