#popup {
	padding: 0;
	width: 660px;
	margin: 0 auto;
}

#popup #flash .actions {
    width:590px;
}

#popup em { font-style: italic; }

#popup strong { font-weight: bold; }

#popup em strong, #popup strong em {
	font-weight: bold;
  font-style: italic;
}

#popup a:link, #popup a:active, #popup a:visited {
	text-decoration: none;
	color: #619dbb;
}

#popup a:hover {
	color: #fff;
	background: #619dbb;
	text-decoration: none;
}


#popup h1, #popup h2, #popup h3, #popup h4, #popup h5, #popup h6 {
	font-weight: bolder;
	line-height: 1.2;
	color: #b0a66f;
	text-transform: uppercase;
}

#popup h1 {
	font-size: 18px;
	float: left
}


#popup h3 { font-size: 14px; }

#popup h4, #popup h5, #popup h6 {
	font-size: 12px;
}

#popup p, #popup address {
	font-weight: normal;
	font-style: normal;
	padding: 0.2em 0;
}

#popup .textInput, select {
	border: 1px solid #c1dce5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#popup .textInput {
	font: 16px/1 Arial, Helvetica, sans-serif;
	padding: 6px;
	margin: 0;
	width: 384px;
}

#popup .textInput:focus {
	border: 1px solid #619dbb;
}

#popup textarea {
	overflow: auto;
}


#popup h2 {
    color:#615F62;
    font-size:16px;
    padding:4px 10px 16px;
    text-transform:none;
}

#popup h2 em {
    color:#B0A66F;
    font-style:normal;
}

#popup #top {
	overflow: hidden;
	border-bottom: 1px solid #91895b;
	margin-bottom: 15px;
}

#popup #top p {
	float: right;
	font: bolder 16px/1 Arial, Helvetica, sans-serif;
	color: #91895b;
}

#popup #placeEditForm {
    background:#FCFCE5 none repeat scroll 0 0;
    border:1px solid #C6C17D;
    padding:10px;
}

#popup .placePhotos {
padding:0 0 5px 25px;
}

.popupWindow #sbox-content {
    overflow-x:hidden;
}

#popup .button {
	border: medium none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	text-align: center;
	color: #566517;
	font: bolder 14px/32px Arial, Helvetica, sans-serif;
}

#popup .rev {
	height: 32px;
	background: #ff9510 url(/images/common/add-but.gif) no-repeat 0 0;
	width: 63px;
	margin: 0 0 0 10px;
	position: relative;
	top: -2px;
}

#popup .rev:hover {
	background: #ff9510 url(/images/common/add-but.gif) no-repeat 0 -32px;
}

#popup #wrapper {
	overflow: hidden;
    width:620px;
}

#popup .main {
	overflow: hidden;
	float: left;
	width: 445px;
}

#popup .side {
	float: right;
	width: 160px;
	overflow: hidden;
}

#popup.assignPhotosAjax .adminForm01 {
    background:none;
    padding:10px
}

#popup.assignPhotosAjax .adminForm01 li {
    padding-right:12px;
}

#popup.assignPhotosAjax .placePhotos li {
margin:5px 0 0;
}

#popup.assignPhotosAjax .placePhotos li img {
    cursor:pointer;
}

#popup.assignPhotosAjax .placePhotos li.selected img {
background: #FFA500;
}

#popup.assignPhotosAjax .admin01 {
    float:right;
}

#popup .findPlaceForm {
	background: #fcfce5;
	border: 1px solid #c6c17d;
	margin: 0 0 15px;
	padding-bottom: 20px;
}

#popup .findPlaceForm .button {
	display: inline-block;
}

#popup .findPlaceForm .textInput {
	width: 336px !important;
}

#popup .findPlaceForm label {
	color: #615f62;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 30px;
}

#popup .findPlaceForm fieldset {
	padding: 20px 0 4px;
}

#popup .findPlaceForm p {
	background: #efefce;
	width: 340px;
	margin: 0 0 0 130px;
	color: #615f62;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}
/* taby */
#popup .tabs {
	overflow: hidden;
	background: url(/images/common/false-tab-border.gif) repeat-x 0 100%;
	padding: 0.4em 10px 0;
}
#popup .tabs li {
	display: inline;
}


#popup .tabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 2px 10px;
	border: 1px solid #6ca4c0;
	background: #e8f6fb;
	font-weight: bolder;
	color: #6ca4c0;
}

#popup .tabs li a:hover {
	background: #619dbb;
	color: #e8f6fb;
}

#popup .tabs li a.active {
	color: #6ca4c0 !important;
	background-color: #fff !important;
	border-bottom-color: #fff !important;
	cursor: default !important;
}

#popup .tabs li a.compose {
	float: right;
	padding: 2px 10px 2px 28px;
	background: #e8f6fb url(/images/common/envelope.png) no-repeat 6px 50%;
}

#popup .tabs li a.compose:hover {
	background: #619dbb url(/images/common/envelope.png) no-repeat 6px 50%;
}

#popup .tabs li a.newPost {
	padding: 2px 10px 2px 28px;
	background: #e8f6fb url(/images/common/blog-post-ico.png) no-repeat 6px 50%;
}

#popup .tabs li a.newPost:hover {
	background: #619dbb url(/images/common/blog-post-ico.png) no-repeat 6px 50%;
}

#popup #attrForm {
	border: solid #6ca4c0;
	border-width: 0 1px 1px 1px;
	padding: 20px 0;
    background:none;
}

#popup #attrForm  ul {
	float: left;
}

#popup #attrForm .attrLists ul {
	width: 191px;
	padding: 10px 20px 10px 10px;
}

#popup #attrForm fieldset {
	overflow: hidden;
	padding: 0 30px;
}

#popup #attrForm .attrLists {
	padding: 0;
}

#popup #attrForm .attrLists li {
	overflow: hidden;
	border-bottom: 1px solid #e9f5f9;
	padding: 2px 0;
}

#popup #attrForm span {
	display: block;
	margin-left: 24px;
}

#popup #attrForm .attrLists input {
	float: left;
}

#popup #attrForm .attrLists em {
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #b0a66f;
}

#popup #attrForm label {
	font: bolder 12px/1.2 Arial, Helvetica, sans-serif;
	color: #619dbb;
}

#popup #attrForm  fieldset .rev {
	float: right;
}

#popup ul.flipbar {
	text-align: center;
	overflow: hidden;
	padding: 6px 0 0;
}

#popup ul.flipbar.right {
	text-align: right;
}

/* stronnicowanie do lewej */
#popup ul.flipbar.left {
	text-align: left;
}

#popup .flipbar li {
	font-size: 12px;
	display: inline;
	vertical-align: baseline;
}

#popup .flipbar li a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none !important;
	height: 19px;
	background-color: transparent !important;
	font-weight: bolder;
    border:none;
}

#popup .flipbar li a[href]:hover {
	background-color: #619dbb;
	color: #619dbb !important;
	text-decoration: underline !important;
}

#popup .flipbar li.prev a {
	padding: 0 14px 0 6px;
	background: url(/images/common/prev.gif) 100% 0 no-repeat;
}

#popup .flipbar li.next a {
	padding: 0 6px 0 14px;
	background: url(/images/common/next.gif) 0 0 no-repeat;
}


#popup .flipbar a.inactive, #popup .flipbar li a.active {
	color: #615f62 !important;
	cursor: default !important;
}

#popup .flipbar .next a.inactive {
	background-position: 100% 0 !important;
}

#popup .side, #popup .side * {
	color: #615f62;
	text-align: right;
}

#popup .side h3 {
	border-bottom: 1px solid #615f62;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 10px 0 0 0
}

#popup .side strong {
	display: block;
	padding: 2px 0;
}

#popup .side img {
	background: #EFEFCE;
	border: 1px solid #566517;
	display: block;
	padding: 2px;
	margin: 0 0 0 auto;
}

#popup .side p {
	font: normal 11px/1.2 Arial, Helvetica, sans-serif;
}

#popup .notFound {
	color: #b0a66f;
	font: 14px/28px Arial, Helvetica, sans-serif;
	padding: 4px 0;
	font: 14px/28px Arial, Helvetica, sans-serif;
	border-top: 1px solid #efefce;
	border-bottom: 1px solid #b0a66f;
	margin: 15px 0 0;
}

#popup .notFound a {
	font-weight: bolder;
	padding: 0 2px
}

/* ********** 3 ********** */
#popup .attrRevForm {
	border-bottom: 1px solid #b0a66f;
}

#popup .attrRevForm.avatarUploadForm fieldset {
    padding-left:205px;
}

#popup #revHeadingInfo  .notFound {
	position: absolute;
	right: 0;
	top: 0;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0 none;
}

#popup #revHeadingInfo {
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #efefce;
}
#popup #revHeadingInfo strong {
	color:#B0A66F;
	display: block;
	padding: 0 0 4px;
}

#popup #revHeadingInfo h3 {
	color: #615f62;
}

#popup .attrRevForm li {
	overflow: hidden;
	padding: 5px 0;
	color: #615f62;
}

#popup .attrRevForm label, .attrRevForm .label {
	width: 85px;
	padding: 0 10px;
	text-align: right;
	float: left;
}

#popup .attrRevForm label {
	font-size: 16px;
	line-height: 1.8
}

#popup .attrRevForm div {
	width: 455px;
	float: right;
    margin-right:0;
    width:545px;
}

#popup .attrRevForm div em {
	vertical-align: top;
	line-height: 2.3;
	font-style: normal;
	font-weight: bolder;
	color: #b0a66f;
	padding-left: 10px;
}

#popup .highlighted {
	padding: 10px 0 2px !important;
}

#popup .highlighted .label {
	font: bolder 16px/27px Arial, Helvetica, sans-serif;
    padding:0 10px;
}

#popup .attrRevForm div p {
	background: #efefce;
	color: #615f62;
	font: 11px/1.2 Arial,Helvetica,sans-serif;
	margin: 4px 0;
	padding: 2px 3px;
	width:390px;
}

#popup .attrRevForm div p em {
    color: #615f62;
    font-style:italic;
    font-weight:normal;
    line-height:1.2;
    padding-left:0;
}

#popup .attrRevForm li+li div img {
	margin-right: 1px;
}

#popup .attrRevForm fieldset {
	padding:10px 0 15px 115px;
	text-align: left;
	clear: left;
}

#popup .attrRevForm.avatarCropForm fieldset {
    padding: 10px 0 15px 0;
    margin: 0 auto;
}

#popup .saveRev {
	height: 32px;
	background: #ff9510 url(/images/common/save-rev-but.gif) no-repeat 0 -32px;
	width: 129px;
	margin: 0;
}

#popup .saveRev:hover {
	background: #ff9510 url(/images/common/save-rev-but.gif) no-repeat 0 0;
}

.cropperWrapper {
    overflow: visible !important;
}

#popup .checkboxInput {
    width:20px;
    border:none;
}

#popup .radioInput {
    width:20px;
    border:none;
}

#popup .blogMediaView {
border:none;
}
#popup .blogMediaView.attrRevForm div {
    padding-right:20px;
}

#popup .blogMediaView.attrRevForm div div {
    padding-right:0;
}

#popup .blogMediaView li {
    margin:0;
}

#popup .blogMediaView #moreOptions {
    display:none;
    overflow:hidden;
}

#popup .blogMediaView li.moreCallback {
    border-top:1px solid #B0A66F;
    clear:both;
    text-align:right;
}

#popup .blogMediaView li.moreCallback a:hover {
    background-position:100% -14px;
}
#popup .blogMediaView li.moreCallback a {
    background-image: url(/images/common/unfold.gif);
    background-position:100% 0;
    background-repeat:no-repeat;
    bottom:4px;
    height:14px;
    line-height:14px;
    overflow:hidden;
    padding:0 14px 0 5px;
}

#popup .blogMediaView li.moreCallback a.expanded:hover {
    background-position:100% -14px;
}

#popup .blogMediaView li.moreCallback a.expanded {
    background-image:url(/images/common/fold.gif);
    background-position:100% 0;
    background-repeat:no-repeat;
}

#popup .blogMediaView.attrRevForm div label {
    padding:8px 10px 8px 0;
}

#popup #boxedInviteForm fieldset {
    padding-left:205px;
}

#popup .error .tips {
background:#FDE1DF none repeat scroll 0 0 !important;
color:#CE2921 !important;
font-weight:bolder;
}

#popup .error .textInput {
    border-left:5px solid #CE2921 !important;
    border-right:5px solid #CE2921 !important;
    width:377px;
}

#popup .error select.textInput, #popup select.textInput {
    width:400px;
}
#popup .error select.textInput {
    margin-bottom:2px;
}

#popup #photoUploader {
    border:none;
}

#photoUploader #step-2,
#photoUploader #step-1 {
    padding:20px 40px;
}

#photoUploader #step-1  strong {
    line-height:1.5;
    padding-top:6px;
    color:#CBC080;
    font-size:24px;
}

#photoUploader #step-1 strong a {
    color:#619DBB !important;
    text-decoration:underline !important;
}
#photoUploader #step-1 strong span {
    padding-left:5px;
}

#photoUploader #step-1 strong a {
    font-size:30px;
}

#photoUploader #step-2 div {
    float:none;
    clear:both;
    display:inline;
}

#photoUploader #step-2 div.fileList strong {
    text-transform:uppercase;
    color:#CBC080;
    font-size:16px;
}

#photoUploader #step-2 div.fileList #fileToUpload strong {
    color:#666666;
    text-transform:none;
    font-size:14px;
    margin:0 4px 0 15px;
}

#photoUploader #step-2 div.fileList #fileToUpload span {
    margin-right:15px;
    font-size:14px;
}

#photoUploader #step-2 div.fileList #fileToUpload a {
    font-weight:bold;
}

#popup  #photoUploader #step-3 {
    padding:0 0 0 40px !important
}

#popup .addPlaceForm {
    width:618px;
}

#popup .addPlaceForm .button {
    display:inline;
}

#popup .mapPhotoForm label {
    padding: 0 10px 0 50px;
}

#popup .deletePhoto {
    font-size:12px;
    font-style:normal;
    font-weight:bold;
    color:#619DBB;
}

#popup.mapPhoto p {
    padding:0 0 10px 0;
}

#assignPhotosForm.mapPhotoForm {
    padding-top:0;
    padding-bottom:0;
}

.mapPhotoForm #placeMap {
    margin-left:0;
}

#assignPhotosForm.mapPhotoForm fieldset {
padding:0;
}

#popup #assignPhotosForm.mapPhotoForm .button {
    margin:auto;
}

#popup .attrRevForm.attrMapForm {
    border-bottom:none;
}

#popup .attrRevForm.attrMapForm div {
    float:none;
}

#popup .attrRevForm.attrMapForm #placeMap {
border:1px solid #615F62;
margin:0 0 15px 10px;
width:618px;
}
