#mainright #reg_controls,
#mainright #gas_controls
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#mainright p.titlepstyle
{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 18px;
	font-size: 15px;
}

/** Sidebar Dropdowns **/

.dropdownwrap
{
	position: relative;
	background: #DDD;
	margin: 0 0 10px 0;
}

	.dropdownwrap select
	{
		position: relative;
		padding: 0 40px 0 10px;
		width: 100%;
		border: 0;
		height: 46px;
		line-height: 46px;
		border: 0;
		background: none;
		text-align: left;
		margin: 0;
		font-family: inherit;
		font-size: 17px;
		color: #222;
		font-weight: 600;
		text-transform: inherit;
		letter-spacing: 0px;
		z-index: 100;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.dropdownwrap span.fa
	{
		position: absolute;
		top: 12px;
		right: 15px;
		font-size: 24px;
		color: #1A198C;
	}