#cus fieldset {
    padding:10px;
}
.err {
color: #cc0000;
}
.msg {
color: #000000;
font-weight: bold;
}
.costchange {
    color: #5FB404;
}

.buttons2 {
    margin-top:3px;
}
.buttons2 a {
    color:#000;
    text-align:center;
    width:80px;
    height:24px;
    padding-top:6px;
    background-image:url(/imgs/button_bg2.png);
    display:block;
    margin-left:10px;
}

.leftspace {
	float:left;
	width:640px;
}
.rightspace {
	float:left;
	margin-left:18px;
	width:280px;
}

/****************************/
/* layout full              */
/****************************/

.layout.full .column { width:890px; margin-right:0; margin-left:45px; }
.layout.full .column .box .captop  { background-image:url(../../../global/images/boxes/captop-890.png); }
.layout.full .column .box .capbot  { background-image:url(../../../global/images/boxes/capbot-890.png); }
.layout.full .column .box .content { background-image:url(../../../global/images/boxes/capsides-890.png); }


#slideshow {
	width:600px;
	height:302px;
	position:relative;
	float:left;
}

#player {
	width:480px;
	height:385px;
	position:relative;
	float:left;
}

#slideshow {
	margin-right:10px;
}

#corners-left {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2000;
}

#corners-right {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2000;
}

#corners-bottom {
	position:absolute;
	bottom:0px;
	left:6px;
	z-index:2000;
}

#corners-top {
	position:absolute;
	top:0px;
	left:6px;
	z-index:2000;
}

#home-content {
	/*width:580px;*/
	width:100%;
	float:left;
}

#home-adspace {
	/*width:250px;
	height:250px;
	float:right;*/
}

#sidebar {
	width:280px;
	float:left;
	padding:0;
	margin:0;
}

#sidebar img {
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.home-list {
	padding-left:35px;
	list-style:disc;
}

.home-list li {
	padding:0px;
	margin:0px;
}

#home-content p {
	padding-bottom:5px;
	margin-bottom:0px;
}
