/* CSS Document */
body
{
    background-color: #ff9900;
	background: url(shutterstock.jpg) no-repeat;
    background-position: center;
	padding: 0;
	text-align: center;
	font: 0.8em/1.3 Verdana, Arial, Helvetica, Sans-serif;
}

a
{
	background-color: inherit;
	color: #ff7f00;
	text-decoration: none;
}


div#zcp-error
{
	margin: 0 auto;
	padding: 12px;
	text-align: left;
	width: 584px;
	background-color: #eef1f5;
	color: #2f3b4b;
	border: 1px solid #b4bbc6;
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

div#zcp-error h1
{
	margin: 0;
	padding: 0 0 0 28px;
	font-size: 1em;
	font-weight: bold;
	background: url(/images/zhcp-error-icon.png) left no-repeat;
}

div#zcp-error h3
{
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

div#zcp-error form
{
	margin: 0;
	padding: 0;
}

div#zcp-error form fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

div#zcp-error form fieldset legend
{
	display: none;
}

ul#popular-pages ul
{
  margin: 0;
  padding: 0;
}

ul#popular-pages li
{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  text-indent: 0;
}

div#zcp-error p
{ color: black;
}
div#zcp-error p span
{
  margin: 0 0 0 40px;
  padding: 0;
}

input.input-default
{
	width: 167px;
	height: 18px;
	background-color: #eef5ea;
	color: inherit;
	border: 1px solid #b4bbc6;
	padding: 1px 2px 0 2px;
}

button
{
	margin-left: 8px;
	display: block;
	height: 20px;
	cursor: pointer;
	border: none;
}

button span
{
	display: none;
}

button#confirm-account
{
	width: 124px;
	background: url(/images/button-confirm-account.png) top no-repeat;
}

button#confirm-account:hover
{
	background: url(/images/button-confirm-account.png) bottom no-repeat;
}

button#login-account
{
	width: 58px;
	background: url(/images/global_member_login_btn.gif) top no-repeat;
}

button#login-account:hover
{
	background: url(/images/global_member_login_btn.gif) bottom no-repeat;
}

.float-left
{
	float: left;
}

.top-margin
{
	margin-top: 20px;
}

.small-margin
{
	margin: 4px 0 0 0;
}

input#remember-me
{
	position: relative;
	top: 2px;
}

