﻿/* Page layout */
.main-column .content {
	padding-right: 0;
}

/* Panel layout */
#container .panelheading {
	width: 350px;
	background: url("../../../images/common/panel_top_small.gif") no-repeat scroll 62px 0 transparent;
	height: 15px;
	overflow: hidden;
	padding: 5px 0 4px;
	margin: 0;
}
.panelholder {
	width: 350px;
	padding-top: 5px;
	background: url("../../../images/common/panel_upper_small.gif") no-repeat scroll 0 0 transparent
}
.panelholder .topimage {
	background:url("../../../images/common/panel_mid_small_black.gif") no-repeat scroll left 32px transparent;
	padding-top: 10px;
}
.panelbottom {
	background: url("../../../images/common/panel_bottom_small.gif") no-repeat scroll left bottom transparent;
	width: 350px;
	height: 58px;
}

/* Error message */
.errorhead {
	margin: 0;
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
}

/* Login form */
.logincontent {
	float: left;
	width: 350px;
	height: 450px;
	overflow: auto;
	color: #fff;
}
.logincontent li {
	clear: both;
}
.loginform, .maintainence {
	padding: 0 12px 0 17px;
	width: 315px !important;
	color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height:331px;
	font-size: 1.1em;
}
.logincontent legend {
	color: #fff;
}
.login .loginform {
	height:190px;
}
.loginform .left {
	float: left;
	text-align: right;
	width: 115px;
	padding: 0;
	margin: 10px 0;
}
.loginform .right {
	float: left;
	margin: 10px 0 10px 10px;
	display: inline;
}
.loginform .widesmall, .loginform .buttons, .loginform .remind {
	margin-right: 20px;
	float: right;
}
.logincontent .buttons input {
margin: 0;
}
.logincontent .buttons {
margin-top: 0;
margin-bottom: 0;
}
.loginform ul {
margin: 0;

}
.loginform select.right {
	width: 169px;
}
.loginform label.small, .loginform a {
	font-size: 80%;
}
.loginform .right a {
	margin-left: 115px;
	float: right;
}
.loginform li.terms {
	font-size: 80%;
	padding: 0.7em 1em 0 1em;
}
.loginform li.terms a {
	font-size: 100%;
}

/* Buttons */
.logincontent input {
	background: url("../../../images/common/input_bg.gif") repeat-x 0 0 transparent;
	border: 0;
	color: #fff;
	padding: 2px 4px 3px 4px;
}
.logincontent a#show-btn {
	background: url("../../../images/common/button.gif") no-repeat 0 0 transparent;
	height: 24px;
	width: 91px;
}
.logincontent a#show-btn img {
	padding-left:24px;
	padding-top:4px;
}
.loginform input.borderless {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 80%;
	color: #fff;
	cursor: pointer;
}
.register .right .btn {
	margin: 0 0 0 120px;
}
.rightbox {
	margin-left: 35px;
}


/* Maintainence form */
#aboutmemetadata input, #interestedAreasMetadata input, #gadgets input, #avataradd input {
	width: auto;
	padding: 0;
	background: #fff;
	margin: 0;
	font-size: 1em;
}
.gadget_header {
	color: #ff99ff;
	display:block ;
}
#gadgets ul li {
	margin-bottom: 10px;
}
#gadgets ul input, #aboutmemetadata ul input, #interestedAreasMetadata ul input {
	background: #000;
}
