
#entrycommon {
  position: absolute;
  top: 20px;

  text-align:center;
  width: 750px;
  z-index:100;
}

#popupentry {
  position: absolute;
  top: 20px;

  text-align:center;
  width: 750px;
  z-index:100;
}

.popupentryform {
    padding: 10px;
    margin: 10px;
    width: 100%;
}

.popupentry p { margin: 0; padding: 0; }

#popupentry input.textbox{
	width: 500px;
	height: 20px;
	color: #363636;	
	padding: 2px;
	border: 1px solid #D2E8F7;
	vertical-align: middle;
}

#popupentry input.blur{
  width: 500px;
  height: 26px;
  color: #363636;
  padding: 2px;
  border: none;
  background: transparent;
  vertical-align: middle;
  font-size: 1.5em;
}


#popupentry textarea {
  height: 300px;
  width: 500px;
}

#popupentry input.button {
	width: 110px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: middle;
}

#entrycommon input.blur{
	width: 100%;
}

#entrycommon textarea {
  height: 300px;
  width: 500px;
}

.popupentrytable {
  width: 100%;
  border-collapse: collapse;
  margin: 5px;
  border: 1px solid #aaa;
}

.popupentrytable tr{
  background-color: white;
  margin: 10px;
}

.popupentrytable td {
  text-align: left;
  padding: 2px 10px 2px 10px;
  border: none;
}


/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.1   
	LAST MODIFIED:    January-12-2008       	
 *******************************************/

#PromoPayment table, #CreditCardPayment table
{
    width: 100%;
    border: none;
    margin: none;
    padding: none;
}

#PromoPayment td, #CreditCardPayment td
{
    width: 100%;
    border: none;
    margin: none;
    padding: none;
}

#RegistrationConfirmation
{
	width: 50%;
	border: 1px solid black;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
	padding: 10px;
	font-size: larger;
	background-color: White;
}

#ValidationMessageContainer {
  position: absolute;
  top: 5%;
}

.validation-message {
  font-size: 1.2em;
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left repeat-x;
  font: normal 1em Verdana, sans-serif;
  color: red;
  margin-top:2px;
}
