.sign-up-box-hr, .checkout-box-hr {
  background: #dddddd none repeat scroll 0 0;
  height: 1px;
  margin: 16px 0;
  clear: both;
}

.sign-up-box-container, .checkout-box-container {
  background: #f5fbff none repeat scroll 0 0;
  border: 1px solid #51ace0;
  float: left;
  height: 160px;
  padding: 24px;
  width: 500px;
  font-size: 15px;
  color: #222222;
  padding-top: 12px;
}

.post h1 {
	font-size: 2.4em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 8px;
}

p.postmeta {
	margin-top: 0;
}

.entry h3 {
	margin-top: 0;
	color: black;
	
	font-family: Georgia;
	font-size: 1.7em;
	margin-top: 24px;
}

/*.checkout-box-container {
	width: 560px;
	height: 226px;
	
	width: auto;
	height: auto;
	border: 2px solid #51ace0;
	background: #f5fbff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 22px;
	
	-moz-box-shadow: #ddd 6px 6px 0px;
	-webkit-box-shadow: #ddd 6px 6px 0px;
	box-shadow: #ddd 6px 6px 0px;
	
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ddd', Direction=135, Strength=6);
}

.checkout-box-container p {
	margin-bottom: 16px;
}*/

.sign-up-box-container h4 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}

.checkout-box-container h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #aec5d2;
  padding-bottom: 2px;
}

.sign-up-box-container table {  }
.sign-up-box-container label {
  display: block;
  width: 60px;
}
.sign-up-box-container input[type=text] {
  font-size: 16px;
  padding: 2px;
  width: 300px;
}
.sign-up-box-container button { margin-top: 4px; }
.sign-up-box-right-border, .checkout-box-right-border {
  background: #cccccc none repeat scroll 0 0;
  float: left;
  height: 186px;
  margin-top: 12px;
  width: 8px;
}

.checkout-box-right-border {
	height: 252px;
	display: none;
}

.sign-up-box-bottom-border, .checkout-box-bottom-border {
  background: #cccccc none repeat scroll 0 0;
  clear: both;
  height: 8px;
  margin-left: 12px;
  width: 546px;
}

.checkout-box-bottom-border {
	width: 608px;
	display: none;
}

.sidebar-register-box {
	background: #f5fbff none repeat scroll 0 0;
	border: 2px solid #51ace0;
	float: left;
	padding: 16px;
	font-size: 14px;
	color: #222222;
	padding-top: 12px;
	-moz-box-shadow: #ddd 3px 3px 0px;
	-webkit-box-shadow: #ddd 3px 3px 0px;
	box-shadow: #ddd 3px 3px 0px;
}

.sidebar-register-box h4 {
	margin: 0;
 	border-bottom: 1px solid #aec5d2;
 	font-size: 20px;
 	font-weight: normal;
 	padding-bottom: 4px;
 	margin-bottom: 8px;
}

button.submit div {
  font-size: 18px;
  padding: 4px 8px;
}



#tooltip {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: none;
  position: absolute;
  background: #fcffe0;
  border: 1px solid #555a2b;
  padding: 8px;
  max-width: 275px;
  line-height: 15px;
  z-index: 99;
  color: black;
  font-size: 14px;
  font-family: Verdana;
}
#tooltip p {
  font-family: Verdana;
  margin-bottom: 0;
  margin-top: 16px;
}
#tooltip p:first-child { margin-top: 0; }

.red-notice {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 16px 0;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff6f5;
  background-repeat: no-repeat;
  color: #260e0c;
  border: 1px solid #cb3f36;
}