/* SoleusDanceWear.com - Home */


/* Content */

#rightSide {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #b5b5b5;
	border-top: 0;
	float: right;
	height: 240px;	
	padding: 10px;
	width: 495px;
	}

#rightSide img {
	margin-bottom: -4px;
	}
	
#emailCollector {
	clear: both;
	color: #501e46;	
	background: #fff;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #b5b5b5;
	border-top: 0;	
	font-size: 12pt;
	padding: 15px 0 8px 0;
	position: relative;
	text-align: center;
	top: 10px;
	}

.emailField {
	height: 14px;
	background: #ebebeb;
	border-top: 1px solid #b5b5b5;
	color: #8c8c8c;
	font-size: 10pt;
	margin-left: 5px;
	padding: 3px 6px;
	width: 240px;
	}
	
.button	{
	background: url(../img/home/button_UP.gif) no-repeat top;
	padding: 3px 19px 8px 16px;
	font-size: 10pt;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	position: relative;
	top: -1px;
	}
	
.button:hover {
	background: url(../img/home/button_OVER.gif) no-repeat top;
}	
