/* Stylesheet for ultimateuploader.com v2 */
/* Pretty basic, generic stuff so far */

body {
	background-image: url(../images/bg.jpg);
	margin: 0px 0px 0px 0px;
	}
#content {
	width: 557px;
	height: 418px;
	background-image: url(../images/image_05.jpg);
	background-repeat: no-repeat;
	}
#shared {
	width: 557px;
	height: auto;
	background-image: url(../images/shared.jpg);
	background-repeat: no-repeat;
	}
#stats {
	width: 100%;
	height: 11px;
	margin-left: 5px;
	}
#top {
	width: 100%;
	height: 149px;
	background-image: url(../images/pattern_bg.jpg);
	}
#container {
	margin-top: 5px;
	width: 100%;
	height: auto;
	}
#share1 {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}
#share2 {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}

#upload {
	width: 452px;
	height: 540px;
	background-image: url(../images/image_04.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	}
.topstats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EBEBEB;
	font-weight: normal;
	text-transform: uppercase;
	}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0F0F0;
	}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
a:link {
	color: #E4E4E4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E6E6E6;
}
a:hover {
	text-decoration: none;
	color: #C9E777;
}
a:active {
	text-decoration: none;
	color: #C9E777;
}
.warn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3333;
	}