input[type='text'], textarea{
	width: 340px;
	font-size: 1.8em;
	margin-bottom: 4px;
	border:1px solid #E1E1E1;
}

/* Top Start Now */

.topChannelLaunch
{
    float: right;
	width: 307px;
	margin:6px 0 0;
	height: 43px;
	background: url('../images/topLaunchBg.jpg');
	padding: 7px 10px 10px 10px;
}

.topChannelLaunch span{
	font-size: 13px;
	font-weight: bold;
}

.topChannelLaunch div.inputCont{
	margin-top: 4px;
}

.topChannelLaunch div.inputCont input.formFieldRequiredTop{
	width: 210px;
	font-size: 16px;
	margin-top:2px;
	float: left;
}

.topChannelLaunch div.inputCont input.btnSubmitTop{
    float: right;
}