body { 
	line-height:18px; font-size: 14px; line-height: 1.4em; margin:0px;
	background-color:black;
	background-attachment: fixed;
	font: 14px/1.4em 'Lucida Grande', Verdana; color: black;

 }
img {border:0px}

h1,h2,h3,h4 {margin:0px}
h1 {font-size:24px; line-height:30px; }
h2 {margin-top:10px; margin-bottom:10px; }
h3 {color:black}

a {color:black; text-decoration:none; border-bottom:1px solid red}
a.no-border {border:0px}

input {font-size:18px; padding:5px}
select {font-size:18px; padding:5px}

/* Page Framework styles */

#holder {
	width:900px; margin:auto; padding-left:50px; padding-right:50px;
	background-image: url('http://ipotapp.com/images/bg.jpg') !important;
	border-top: 4px solid rgba(0, 0, 0, 0.16); 
	border-left: 4px solid rgba(0, 0, 0, 0.16); 
	border-right: 4px solid rgba(0, 0, 0, 0.16);
	border-bottom: 4px solid rgba(0, 0, 0, 0.16);	
	
}
#header { padding-top:0px; padding-bottom:0px; }
#header .tagline {font-weight:bold}
#header a {}
#header a:hover {}
#content { padding-top:15px; min-height:200px; padding-bottom:15px }
#footer { text-align:center; padding-top:15px; padding-bottom:10px; border-top:2px solid red}

#pane {float:left; width:625px; }
#sidebar {float:right; width:250px; min-height:300px; padding:0px 0px 0px 10px; color:black; border-left:2px solid #c9c9c9;}

.panel { width:325px }

/* Useful styles */

.left {float:left}
.right {float:right}
.clear-left {clear:left}
.clear-right {clear:right}
.clear {clear:both}
.space {height:10px}
.section {margin-bottom:25px}

div.error-display {border:2px solid red}