@charset "utf-8";
/* SETTINGS CMS CSS - ACCOUNT INFO, E-MAIL PREFERENCES, ETC */

.content .cmswrap	{
	overflow: auto;
	background-color: #000000;
}

.row1 .row1box1	{
	background: none;
}

.rightcolwrap .settings_wrap	{
	width: 620px;
	height: auto;
	min-height: 500px;
	padding-top: 15px;
	margin-bottom: 30px;
	color: #EEEEEE;
	font-size: 14px;
	line-height: 20px;
	background-color: #000000;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#111111),
			to(#000000)
		);
	background:
		-moz-linear-gradient(
			top,
			#111111,
			#000000
		);
}

.rightcolwrap .managemsg {
	width: 588px;
	height: auto;
	margin: 0 15px 15px 15px;
	font-size: 12px;
	line-height: normal;
}

.rightcolwrap .managemsg .inside	{
	width: 588px;
	height: auto;
	padding: 5px 5px 5px 5px;
	color: #AAAAAA;
}

/**	.headitem for specific pages and other page edit headers **/
.rightcolwrap .headitem-settings .text	{
	max-width: 454px;
}

.rightcolwrap .headitem-settings .links	{
	float: right;
	width: auto;
	height: 24px;
}

.rightcolwrap .headitem-settings .links a	{
	display: block;
	float: left;
	width: auto;
	height: 21px;
	padding: 0 5px 0 5px;
	margin-left: 8px;
	text-align: center;
	cursor: pointer;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/**	end .headitem for specific pages and other page edit headers **/

.row1box1 .menu-settings	{
	margin-bottom: 5px;
}

.row1box1 .menu-settings .menubox	{
	width: 154px;
	height: 33px;
}

.row1box1 .menu-settings .menubox-email	{
	width: 156px;
}

.settings_wrap .client-account	{
	width: 590px;
	height: auto;
	padding: 0 15px 10px 15px;
	font-size: 14px;
}
