/*****************************************************************
	justrhymes.com
	/css/login.css
*****************************************************************/

.input_long {
	width: 195px;
}

span {
	display: block;
	padding: 5px;
}

label {
	display: block;
	width: 130px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}


#plaintext {
	font-weight: normal;
}

.checkbox {
	padding: 0;
	margin: 0;
}

.section1 {
	float: left;
	width: 450px;
}

.section2 {
	float: right;
	width: 450px;
}


.HomepageButton {
	width: 323px;
	height: 66px;
	line-height: 66px;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-bottom: 0;
	border-right: 1px solid #6f8351;
	border-left: 1px solid #9c9c9c;
	background: url("/images/homepage/buttongradient.png") repeat-x;
}

.HomepageButtonTitle {
	float: left;
	width: 300px;
}

.HomepageButton .rightarrow {
	width: 9px;
	background: url("/images/homepage/rightarrow.png") no-repeat;
	background-position: 0 center;
	margin-top: -62px; /* kludge */
	clear: both;
	float: right;
	overflow: hidden;
}

.HomepageButton:hover .rightarrow {
	background-position: -9px center;
}

.HomepageButton a:hover {
	text-decoration: none;
}

.HomepageButton .rightarrow a:hover {
	background-position: -9px center;
}

.HomepageButtonTitle h3 a {
	margin-top: -5px;
	float: left;
	color: White;
	font-weight: normal;
}

.HomepageButtonTitle p {
	line-height: 12px;
	margin-top: -22px; /* (-)line-height + (-)font-height + (+)2px for padding */
	margin-bottom: 0px;
	width: 275px;
	float: left;
	color: #3f3f3f;
}
