/* @override http://vivalavida.gr/wp-content/themes/vivalavida/greybox/greybox.css */

div.forget {
	font-size: 12px;
	}
a {
	color: #085aa2;
	}

#GB_overlay {
  background-image: url(overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}


#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: none;
  background: none;
  overflow: auto;
  width: 100%;
  height: 378px;
  frameborder: 0;
}


#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}




/* MINE */

body.modal {
	color: #252525;
	font-family: Arial, Helvetic, sans-serif;
	}

body.modal h2 {
	font-size: 20px; line-height: 24px;
	}

body.modal h3 {
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	margin: 30px 0 15px 0;
	}

body.modal h3 span {
	color: #fff;
	display: inline-block;
	padding: 3px 12px;
	line-height: 20px;
	background: #a0ca0d;
	}

body.modal a.button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	width: 99px;
	margin: 0 0px 0 10px;
	height: 24px; line-height: 24px;
	background: url(../images/icons.jpg) -490px -50px no-repeat;
	}
body.modal a.button:hover {
	background: url(../images/icons.jpg) -490px -75px no-repeat;	
	}

body.modal input[type=text], body.modal input[type=password] {
	padding: 4px;
	border: 1px solid #999;
	background: #fff;
	width: 220px;
	}
body.modal input[type=text]:focus,
body.modal input[type=password]:focus {
	background: #eee;
	}
body.modal label {
	display: block;
	}
.error {
	color: red;
	background: #fcbebf;
	padding: 2px 0px;
	font-size: 12px;
	padding-left: 10px;
	border: 1px solid red;
	}
body.modal .main-info {
	float: left;
	padding-right: 20px;
	width: 230px;
	}
body.modal .secondary-info {
	float: left;
	width: 230px;
	}
body.modal .submit-info {
	clear: both;
	padding-right: 30px;
	}
body.modal input[type=submit] {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	width: 99px;
	margin: 0 0px 0 10px;
	height: 24px; line-height: 22px;
	border: none;
	background: url(../images/icons.jpg) -490px -50px no-repeat;
	float: right;
	}
body.modal input[type=submit]:hover {
	background: url(../images/icons.jpg) -490px -75px no-repeat;
	}
body.modal p.terms, body.modal p.privacy {
	font-size: 12px;
	}







