html, body { 
	background-color: #fff; 
	color: #333; 
	height: 100%;
}

body, body p, p, ol, ul, td {
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  margin: 0;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

body a { color: #3cb54a; text-decoration:none;}
body a:visited { color: #3cb54a; }
body a:hover { color: #3cb54a; background-color:transparent; text-decoration:underline;}
body a:active {color: #3cb54a;}

.fieldWithErrors {
  border-left:2px solid red;
}

p{
	margin:0 0 1em 0;
}

h1{
	font:2.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color:#000;
	margin:0 0 1em 0;
}

h2{
	font:2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color:#000;
	margin:0 0 1em 0;
}

li{
	list-style-type:square;
}

ul{
	margin:0 0 1em 0;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

label {
	font-weight:normal;
}

.nodisplay { 
	display:none
}

#header{
	width:100%;
	height:105px;
	text-align:right;
}

#header a:visited{
	color:#3cb54a;
	text-decoration:none;
}

#header a:hover{
	color:#3cb54a;
	background-color:transparent;
	text-decoration:underline;
}

.logo{
	float:left;
	margin:10px;
	border:0px;
}

#header-top{
	padding:10px;
	height:55px;
}

#header-bottom{
	height:20px;
	padding:0px;
	text-align:right;
}

#header-bottom p{
	font-weight:bold;
	color:#4c4c4c;
	padding-right:10px;
	font-size:1.1em;
}

#content{
	width:100%;
	background:url(../images/body_fade.gif) top left repeat-x;
	border-top:5px solid #000;
}

#box-container{
	width:638px;
	margin:70px auto 0px auto;
}

.box{
	float:left;
	width:306px;
	background:url(../images/box_middle.png) top left repeat-y;
}

.box p {
	font-weight:bold;
	margin:0px 0px 7px 0px;
}

.box-top{
	width:306px;
	background:url(../images/box_top.png) top left no-repeat;
	text-align:center;
}

.box-min-height-spacer{
	float:left;
	height:205px;
	width:1px;
}

.box-content{
	float:left;
	width:304px;
}

.box-bottom{
	width:306px;
	height:10px;
	background:url(../images/box_bottom.png) bottom left no-repeat;
}

.box-spacer{
	float:left;
	width:25px;
	height:197px;
}

#package-info{
	width:600px; 
	margin:50px auto 0px auto; 
	font-weight:bold;
	text-align:center;
}

#package-info p{
	font-size:1.1em;
}

#footer{
	width:600px;
	height:6em;
	border-top:3px solid #000;
	margin:80px auto 0px auto;
	padding:10px;
	text-align:center;
}

#footer p{
	font-size:.9em;
	font-weight:bold;
}

.field{
	width:100%;
}

#app_content{
	padding-top:30px;
	width:600px;
	margin:auto;
}

#app_content p{
	margin-bottom:1em;
	font-size:1.1em;
}

#app_content ul li{
	font-size:1.1em;
}

.pay_box{
	float:left; 
	width:249px; 
	background-color:#eee; 
	padding:10px;
	text-align:center;
	border:1px solid silver;
}

.pay_box h2{
	margin:0px;
}

.pay_box p{
	margin-top:.8em;
	font-size:1.2em;
}

.pay_box a{
	margin:0px;
	padding:0px;
	font-size:1.2em;
}

