/*----------------------------------------------------------------------------------------

Gallery CSS

----------------------------------------------------------------------------------------*/
body {
  padding:0;
  margin:0;
  font-family: Arial,Helvetica,Verdana,sans;
  font-style:normal;
  font-variant:normal;
  font-size: 11px;
}	
#pages a {
	padding: 5px;
}
#viewOptions a:hover {
	text-decoration:underline;
}	 
.subscribe {
	background: url('/images/subscribe.gif') no-repeat 8px 50%;;
} 
.friend {
	background: url('/images/mail_16.gif') no-repeat 8px 50%;;
} 
#topAds {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align:middle;		
	width: 468px;;
}
#tellfriend, 
#subscribe {
	background: #000;
	width: 600px;
	position: absolute;
	top:0;
  left: 50%;
  margin-left: -300px;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	font-size: 12px;
	font-weight:normal;
	z-index: 1;
	padding-left: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans;"
}
#tellfriend td { padding-bottom: 10px; }
#tellfriend input {
	border:1px solid #C1C1C1;
	font-size:13px;
	height:20px;
	width:286px;
}
#tellfriend textarea {
	border:1px solid #C1C1C1;
	font-size:13px;
	height:70px;
	overflow:auto;
	padding:4px 2px 0px;
	width:286px;	
}
#button {
	width: 75px;
	border: 1px solid #CCC;
	font-weight: bold;
	color: #272727;
	background: #eaeaea;
	padding: 4px;
}
small {font-size: 11px; }
#captcha {
	margin: .5em 0 .5em 0;
	font-size: 13px;
}

#captcha_answer {
	margin-left: .5em;
}

.captcha_failed input {
	border-style: inset;
	border-color: red;
	border-width: 3px;
}		
/*--------------------------------------------
Recaptcha
---------------------------------------------*/
div#recaptcha_image {
    display: block;
}
input#recaptcha_response_field {
    margin: 10px 0 0 0px;
}
div.reload,
div.recaptcha_only_if_image,
div.recaptcha_only_if_audio,
div.recaptcha_help {
    float: left;
    margin: 10px 10px 0px 0px;
}
div#recaptcha_widget span.side_note {
    float: right;
    clear: none;
    margin: 10px 0 0 0px;
}
div#recaptcha_widget a {
    padding-bottom: 2px;
}
#errorExplanation {
	padding: 5px; 
	background: #1f1f1f; 
	width: 92%; 
	border: 1px solid #2e2e2e;
	margin-bottom: 10px;
	line-height: 18px;
}
#errorExplanation h2 {display:none;}
#errorExplanation p {font-weight:bold; padding-top:0; margin-top:0;}
#errorExplanation ul {list-style-type:none; padding:0; margin:0; margin-left: 20px; margin-top: 5px;}
/*--------------------------------------------
Message Windows
---------------------------------------------*/
div#message,
div#message_error {
  display: block;
  position: absolute;
  z-index: 777777;
  width: 410px;
  left: 50%;
  top: 90px;
  padding: .5em .5em .7em .6em;
  background: #ff0;
  margin: 0 0 0 -190px;
  text-align: center;
  font-weight: bold;
  color: #272727;
  font-size: 12px;
}
#message .nobold { font-weight: normal; }
div#message a{
	color: #272727;
	text-decoration:underline;
}
div#message a:hover{
	color: #272727;
	text-decoration:none;
}