/* extend css */
#join-btn {
	width: 250px;
	height: 71px;
	background: #f87757 url(/themes/newcloud/images/join-btn.gif) no-repeat 0% 0%;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}
#download-btn {
	width: 250px;
	height: 71px;
	background: #00a5de url(/themes/newcloud/images/download-btn.gif) no-repeat 0% 0%;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}
#signup-btn {
	width: 113px;
	height: 43px;
	background: #f87757 url(/themes/newcloud/images/signup-btn.gif) no-repeat 0% 0%;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	margin-left: -7px;
}
.t1 td {
	border-bottom: 1px solid #fff;
	padding: .7em 0 .5em;
}
.noborder {
	border: 0 !important;
}
.quote {
	font-weight: bold;
	font-style: italic !important;
	text-align: right;
}
.home #content {
	min-height: 450px;
}
.headline {
	font-size: 13px;
}
h3 {
	font-size: 15px;
	color: #140199
}
h4 {
	margin: .5em 0;
}
input, textarea, select, .label {
	padding: .3em .3em .2em;
	border: 1px solid #8d8f90;
	margin: .3em 0;
}
.label {
	border-color: transparent;
	width: 275px;
	display: block;
	float: left;
	text-align: right;
	margin-right: .3em;
}
.clear {
	clear: both;
}