body {
	font: 1em Arial, Verdana;
	color: #c8c8c8;
}

h3 {
	border-bottom: 1px solid #B4C4C9;
	margin-top: .5em;
	padding: 0 0 .5em .5em;
}

p {
	margin: 4px 0;
}

span.brand {
	color: #f28033;
}

div.box {
	color: #555;
	margin: 20px auto;
	border: 1px solid #B4C4C9;
	border-left: none;
	border-right: none;
	width: 910px;
}

div.contents {
	margin: 0.5em;
}

code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
	border: 1px solid #B4C4C9;
	padding: 8px;
	background-color: #eaf0f2;
	display: block;
	margin-bottom: 1.5em;
}

.pagenav {
	text-align: center !important;
}

ul.pagelist{
	margin: 14px auto;
	width: auto !important;
	height:auto;
}

ul.pagelist li{
	margin-left:2px;
	display:inline;
	float: none !important;
}

ul.pagelist li a{
	padding:4px 7px;
	height:21px;
	color:#3366cc;
	text-decoration:none;
	border:1px #ddd solid;
}

ul.pagelist li a:hover{
	background:#eee;
	border:1px #ccc solid;
}

ul.pagelist li.active {
	padding: 0 7px;
	border-color:#fff;
	color:#8DC24A;
	font-weight: bold;
}

ul.pagelist li.prev a{
	padding-left:8px;
}

ul.pagelist li.next a{
	padding-right:8px;
}

ul.pagelist li.prev a,
ul.pagelist li.next a{
	border-color:#fff;
}

ul.pagelist li a:hover{text-decoration:underline;}

.file_upload {
    margin:10px; padding:15px;  
    font-weight:bold;
	font-size:1.2em;
    text-align:center;  
    background:#f2f2f2;  
    color:#3366cc;  
    border:1px solid #ccc;  
    width:150px;
    cursor:pointer !important;
    -moz-border-radius:5px; -webkit-border-radius:5px;  
}

fieldset ul, fieldset li{
	border:none; margin:0; padding:0; list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding-bottom:10px;
}

fieldset li input, fieldset li textarea, fieldset li select {
	float:left;
}

fieldset li label{
	text-align: right;
	width:140px;
	float:left;
}

ul#photos { list-style:none; padding:0; margin:0; }
ul#photos li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#photos li img{ max-width:180px; max-height:150px; border: 0px; }
