/** Main */
body {
	font-size: 62.5%;
}


img {
	border-width: 0;
}

/**
 * All Headings
 */
h1, h2, h3, h4, h5 {
	line-height: 1.1;
}

h1, h2 {
	color: #555;
	font-size: 1.5em;
	margin-bottom: 1em;
}
h1 {
	 text-shadow: 5px 5px 3px #ccc
}

h2 {
	font-size: 1.35em;
}

h3 {
	border-bottom: 1px dotted #555;
	color: #555;
	font-size: 1.25em;
	margin: 1.3em 0 0.5em 0.3em;
	padding-bottom: 3px;
	width: auto;
	text-shadow: 1px 1px 0 #444
}

h4 {
	font-size: 1.15em;
	margin: 1.2em 0.8em 0.5em 0;
}

/**
 * Generic Link Styles
 */
a[href] {
	color: #1d1d1e;
	outline: none;
	text-decoration: none;
}

a[href]:hover {
	color: #444;
	text-decoration: underline;
}

h1 a[href], h1 a[href]:hover {
	color: #cfea17;
	text-decoration: none;
}

input, select, textarea, .button{
	background:#e5ecf4;
	border:1px solid #000;
	font-size:1em;
	padding:2px;
}

.button{
	padding:1px 3px 1px 3px;
}

.view_upload{
	background:#EEE; 
	border:1px solid #999;
	line-height:30px; 
	padding-left:100px;
	width:500px 
	}
.view_upload img{
	width:80px; 
	float:left; 
	margin: 10px;
	margin-left:-90px;
	}
.view_upload label{
	width:100px;
	display:inline-block;
	font-weight: bold;
	}
.view_upload input{
	width:300px;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
	}
