* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	color: #8a8a8a;
}

html, body {
	height: 100%;
	font-size: 13px;
}

.container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px;
}



img {
 border: none;
}

#top {
	display: none;
	padding: 10px 10px 0 0;
	font-size: 10px;
}

#push {
	height: 25px;
}

#footer {
	display: none;
	clear: both;
	height: 30px;
	padding: 10px;
	background: #d6f0f9;
	font-size: 10px;
}

.meta {
	float: right;
}

.meta a {
	text-decoration: none;
}

.meta ul {
	list-style-type: none;
}

.meta li {
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #8a8a8a;
}
.meta li.last {
	border: none;
}

#left {
	float: left;
	width: 264px;
}
#logo {
	display: block;
	width: 204px;
	height: 36px;
	margin: 32px 20px;
}

#left #boxes {
	display: none;
	margin: 200px 0 0 28px;
}

#left .box {
	width: 204px;
	height: 135px;
	margin-bottom: 20px;
	background: url(/images/back_box.jpg);
	color: white;
}

#main {
	float: left;
	width: 100%;
	height: 100%;
}

.header {
	display: none;
	height: 104px;
	margin-top: 57px;
}


#content {
	width: 100%;
	margin-left: 1px;	
	background: white;
}

#content .content {
	padding: 20px;
}

#content .content p {
	margin-bottom: 15px;
}


#content #error_top {
	width:566px;
	height: 6px;
	overflow: hidden;
	background: url(/images/back_error_top.gif) no-repeat;
}
#error_bottom {
	width:566px;
	height: 6px;
	background: url(/images/back_error_bottom.gif) no-repeat;
}

#content #messageBox {
	margin-bottom: 20px;
}

#content #error, #content #success, #content #info {
	width: 494px;
	min-height: 19px;
	padding: 11px 20px 11px 50px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	font-weight: bold;
}

#content #error {
	background: url(/images/back_error.gif) 10px center no-repeat;
}

#content #success {
	background: url(/images/back_success.gif) 10px center no-repeat;
}

#content #info {
	background: url(/images/back_info.gif) 10px center no-repeat;
}

#content #tags {
	width:566px;
	margin-top: 30px;
	text-align: justify;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 30px;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

#content ul {
	padding-left: 20px;
}

#content p {
	margin-bottom: 5px;
}

#content .text {
	padding-bottom: 15px;	
}

#content .left {
	width: 275px;
	float: left;	
}

#content .right {
	width: 110px;
	float: right;	
}

#tags a:hover {
	color: #009fda;
}

.clearer {
	clear: both;
}

#results_head {
	width: 506px;
	height: 50px;
	padding: 10px 20px 0 80px;
}
#results_head #resultcount {
	float: right;
	padding-top: 2px;
	font-size: 10px;
}

#results {
	float: left;
	width: 606px;
}

#scroller {
	width: 608px;
	height: 70px;
	padding: 20px 0;
	text-align: center;
}

#scroller a:hover {
	color: #555;
}


.result {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid white;
	line-height: 1.5;
}

.result a {
	color: #48494A;
	font-weight: bold;
}

.result .icon {
	float: left;
	width: 80px;
	padding-top: 10px;
	text-align: center;
}

.result .wrapper {
	float: left;
	width: 506px;
	padding: 10px 20px 10px 0;
}

.result .right {
	float: right;
	width: 100px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

.result .right a {
	float: right;
	display: block;
	cursor: default;
	width: 86px;
	height: 21px;
	background: url(/images/preview_show.gif) no-repeat;
	border: none;
}

.result .details {
	font-size: 12px;
	color: #48494A;
}

.result .player {
	float: left;
	padding-top: 10px;
}


#URLvalidation {
	position: relative;
	height: 200px;
}	

#wait {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;	
}

#wait .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	filter: alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Gecko-Browser */
	opacity: 0.5;*/
}

#wait .image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background: url(/images/wait.gif) no-repeat 50% 50%;
}

#validationMessage {
	padding-bottom: 20px;	
}

#content form label {
	width: 80px;
	padding-right: 10px;
	display: block;
	float: left;	
	text-align: right;
	font-weight: bold;
}

#content form input {
	border: 1px solid #C4C4C4;
}

#content form #feedURL {
	font-weight: bold;
	padding: 5px;
	width: 430px;
}

#accountManager {
	padding-bottom: 20px;
}

#accountManager form input {
	width: 165px;
	margin-bottom: 5px;
}

#accountManager form label {
	width: 70px;	
}

#accountManager .login {
	margin-bottom: 15px;
}

#accountManager .login form {
	padding: 10px;
	border: 1px solid #C4C4C4;
	background-color: #EEEEEE;
}

#accountManager .register {
	margin-bottom: 15px;
}

#accountManager .register form, #accountManager .noAccount {
	padding: 10px;
	border: 1px solid #C4C4C4;
	background-color: #D6F0F9;
}

#accountManager .noAccount {
	text-align: center;	
}

#accountManager .register form img {
	border: 1px solid #C4C4C4;
}