/********************************************
* Amazing Causes
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/15/2009- AC
*
* Amazing Cause Style Definitions
********************************************/

/*******************************************
* Web site color and typography settings
*******************************************/
body {
    background: #b3a38e; /* Web Site Background Color */
}
    
body, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Definition with Primary and Alternates */
    color: #666; /* Font Color */
    font-size: 13px; /* Font Size */
    line-height: 18px; /* Font Leading */
}

td {
    vertical-align: top;
}

form {
    margin: 0px;
    padding: 0px;
}

h1,h2,h3 { 
  color: #e96301; 
}
#right {
	text-align:right;
}

.RequiredIndicator {
	color: #f00;
	margin-right: 10px;
}

table.right {
	float: right;
}
td.right {
	text-align: right;	
}

#CartButtonsTable {
	width: 800px;
	text-align: right;
}

#ErrorMessage {
	color: Red;
	font-size: 14px;
	margin: 20px 0px 10px 40px;
	font-weight: bold;
}
#ErrorMessage ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#ErrorMessage ul li {
	margin: 3px 0px 0px 17px;
	padding: 0px;
}

#StatusMessage {
	color: #00f;
	font-size: 14px;
	margin: 20px 0px 10px 40px;
	font-weight: bold;
}

.OverlayWindowButtons input {
   margin-top: 10px;
}
#OverlayTermsAndConditions 
{
   width: 100%;
   height: 175px;
   overflow: auto;
   font-size: 13px;
   line-height: 17px;
   margin: 0px;
   padding: 0px;
}
#OverlayTermsAndConditions ol {
   margin: 0px;
   padding: 0px;
}
#OverlayTermsAndConditions ol li {
   margin: 0px 0px 10px 30px;
}
