div#nyroModalLoading {
	border: 5px solid #c0d8df;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalWrapper {
	background: #fff;
	border: 5px solid #c0d8df;
}

/*a:link, a:visited {
	color: #00b7f1;
}*/

div.modal-wrap {
	background: #fff;
	color: #6a5d4a;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position: relative;
	width: 602px;
}

div#image-modal {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div.modal-wrap div#content {
	padding: 32px 44px 54px 44px;
	position: relative;
}

div#modal-header {
	margin-bottom: 30px;
	overflow: hidden;
}

div#modal-logo {
	float: left;
}

div#modal-titles {
	float: left;
	padding: 20px 0 0 20px;
	width: 374px;
}

div#modal-titles h1 {
	font-family: 'Arial Bold', Arial;
	font-size: 19px;
	margin-bottom: 4px;
}

div#modal-titles h2 {
	font: 16px Georgia, "Palatino", serif;
}

div#modal-titles h2 span {
	color: #00b7f1;
}

div.img-wrapper {
	background: transparent url('../../images/manage/thumb_shadow.gif') bottom right no-repeat;
	float: left;
	position: relative;
	margin: 0 0 18px 43px;
}

div.img-wrapper img {
	background: #fff;
	border: 1px solid #d8d8d8;
	display: block;
	padding: 6px;
	position: relative;
	margin: -3px 3px 3px -3px;
}

div#img-back {
	position: absolute;
	left: 19px;
	top: 248px;
}

div#img-forward {
	position: absolute;
	right: 22px;
	top: 248px;
}

p.edits {
	color: #dbd1c8;
	clear: both;
	text-align: center;
	margin: 0;
}
div#nyroModalFull div#nyroModalContent p.flagConfirm {
    color: #F4A548;
}

p#flag {
	position: relative;
	top: 340px;
	left: -20px;
	color: #00B7F1;
	cursor: pointer;
}


/***********************************************************
 * Gallery
***********************************************************/

div.wrapperImg div#nyroModalContent {
    padding: 5px;
    margin: 120px 85px 80px 85px;
    border: 1px solid #d8d8d8;
}
div#press-modal div#nyroModalContent {
	padding: 20px 40px;
	margin: 0;
	border: none;
}
div.wrapperImg div#nyroModalContent div {
    position: absolute;
    top: 32px;
    left: 44px;
    height: 80px;
    padding-left: 130px;
    padding-top: 20px;
    background: url(../images/modal-logo.gif) 0 0 no-repeat;
}
div.wrapperImg div#nyroModalContent div h1 {
	font-family: 'Arial Bold', Arial;
	font-size: 19px;
    margin-bottom: 5px;
}
div.wrapperImg div#nyroModalContent div h2 {
    font: 16px Georgia, "Palatino", serif;
}
div.wrapperImg div#nyroModalContent div h2 span {
    color: #00b7f1;
}

div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 220px;
	width: 60px;
	height: 60px;
	text-indent: -9999em;
}

a.nyroModalNext {
    right: 10px;
    background: url(../images/image-forward.gif) center no-repeat;
}

a.nyroModalPrev {
    left: 10px;
    background: url(../images/image-back.gif) center no-repeat;
}


/***********************************************************
 * Send to a friend
***********************************************************/


div#sendToAFriend div#content {
    padding-bottom: 20px;
}

div#sendToAFriend h1 {
    color: #6A5D4A;
    padding-bottom: 10px;
    border-bottom: 1px solid #C0D8DF;
}

div#sendToAFriend th {
    vertical-align: top;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
    font-weight:normal;
}
div#sendToAFriend th label {
    text-transform: none;
    font-size: 13px;
}
div#sendToAFriend td {
    padding-bottom: 10px;
}
div#sendToAFriend td span {
    color: #62B0CD;
}
div#sendToAFriend input, div#sendToAFriend textarea {
    width: 300px;
}
div#sendToAFriend input.errorInput, div#sendToAFriend textarea.errorInput {
    border: 1px solid #F4A548;
}
div#sendToAFriend td.controls input {
    width: auto;
}

div#sendToAFriend div#confirm {
    margin-left: 30px;
    padding-top: 20px;
    color: #86796E;
    font-size: 17px;
}
div#sendToAFriend div#confirm a {
    color: #20AFE4;
    font-size: 13px;
}



* html p.edits {
	zoom: 1;
}

/* 
the reason this is in a div and not an id on the image
itself is to avoid the image 'moving' in IE6 when the pngfix script runs
*/

div#close {
	position: absolute;
	top: -20px;
	right: -24px;
	z-index: 2;
}

/* self-clearing floats */

div#modal-header:after, div#content:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/*haxies*/

div.clear {clear: both;}
