body {
	font-family: courier new, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background: url('../image/pattern.png') repeat 0 0;
}

a, a:visited, a:active {
	color: #F04E2A;
	text-decoration: none;
}

a:hover {
	color: #F04E2A;
	text-decoration: underline;
}

/* headers */

h2{
	font-size: 14px;
	margin-bottom: 10px;
}

#camera {
	height: 0px;
	padding-top: 66px;
	margin: 20px auto;
	background:  url('../image/camera.png') no-repeat top center;
	overflow: hidden;
}

/* content container */

.box {
	margin: 120px auto;
	padding: 5px 15px;
    width: 390px;
	background: none repeat scroll 0 0 #F04E2A;
	color: white;

	box-shadow: 0px 0px 3px #333;	
	-moz-box-shadow: 0px 0px 3px #333;
}

/* content */

.box p{
	text-align: left;
	padding: 0px 15px;
}

/* form */

#upload-form {
	text-align: left;
}

#choose-file {
	height: 37px;
	width: 124px;
	background:  url('../image/choose-file.png') no-repeat -4px -3px;		
	margin: 20px 0px;

	display: block;
    overflow: hidden;
    cursor: pointer;	
}

#choose-file:hover {
	background-position: -4px -40px;
}

#choose-file input[name="file"] {
	position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;

}

#password {
	display: block;
	margin-bottom: 20px;
	padding-left: 2px;
}

#password label{
	margin-bottom: 10px;
	display: block;
}

#password input {
	width: 120px;
	padding: 5px;
	background: #F04E2A;
	border: 1px solid pink;
}

#upload {
	background: #d14329;
	border: none;
	height: 38px;
	color: white;
	text-transform: uppercase;
	line-height:: 38px;
    cursor: pointer;
   	font-family: courier new, Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	margin-bottom: 20px;
	padding: 0px 12px;
	width: 124px;
	text-align: center;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#upload:hover {
	background: #aa4328;
}

/* messaging */

.message{
	position: absolute;
	top: 70px;
	width: 100%;
}

.success, .error {
	width: 400px;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-weight: bold;
}

.success {
	color: green;
}

.error {
	color: red;
}