/*Author: Ernest Martinez*/
/*Website: www.Ernest-Martinez.com*/


.buy a {
	font-size: 16px;
	text-decoration:none;
	font-weight:bold;}

.buy a:hover {
	text-decoration: underline;
	color: red;
	font-size: 16px;
	font-weight:bold;}

#copyright {
	font-size: 9pt;
	text-align:center;
	color:#CC9900;}

#copyright a {
	font-size: 11pt;
	text-align:center;
	color:#CC9900;
	text-decoration:none;
	}

#copyright a:hover {
	font-size: 11pt;
	text-align:center;
	color: red;
	text-decoration: underline;
	}

.alert-box {
  color:#555;
  border-radius:10px;
  font-family:Tahoma,Geneva,Arial,sans-serif;font-size:16px;
  padding:10px 12px 10px 36px;
  margin:5px;
  width: 395px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.alert-box span {
  font-weight:bold;
  text-transform:uppercase;
}
.notice {
  background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
  border:1px solid #8ed9f6;
}