.bv-required-field{
	font-color:red;
	font-size:1.5em;
}

.bv-userReg-fName{
	display: table-cell;
	padding: 0px 30px 0px 0px;
}

.bv-userReg-lName{
	display: table-cell;
}

.bv-userReg-names{
	display: table;
	min-width: 100%;
}
	
.bv-select{
	display: inline-block;
	 border:none;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
	background: #FFFFFF url('resources/assets/images/selectBox-downArrow.png') no-repeat 75% center;
	color: #ffffff;
    width:100%;
    height:40px;
    line-height:30px;
    font-size:20px;
    padding: 2px;
    margin:0px;
    outline:none;
    box-shadow:none;
    text-indent: 0.01px;
    text-overflow: "";
}

.bv-select.challenge-select{
	background: #515151 url('resources/assets/images/selectBox-downArrow.png') no-repeat 100% center;	
}

.bv-select-small{
	display: inline-block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
	background: #FFFFFF url('resources/assets/images/selectBox-downArrow.png') no-repeat 65% center;
	color: #000000;
    width: 245px;
    height:35px;
    line-height:30px;
    font-size:20px;
    padding: 2px;
    margin:0px;
    outline:none;
    box-shadow:none;
    text-indent: 0.01px;
    text-overflow: "";
}
.userRegistrationUL{
	margin-top:30px;
	padding:0;
	list-style:none;
}
.userRegistrationUL li{
	clear:left;
	margin-bottom: 10px;
	height:35px;
}
.bv-input-required{
	position: relative;
	float: left;
	top: 25px;
	left: -20px;
	color: red;
	line-height: 0px;
	font-size: 2.0em;
}
.bv-reg-error-text{
	font-size: 1.5em;
	color: #FF0000;
	margin-left: 20px;
}

.bv-user-registration-button
{
	width: 100px;
	height: 32px;
	border: 0;
	background-color: #2273a6;
	color: #F5F5F5;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 2px;
	cursor: pointer;
}

.bv-headingText
{
	font-size : 2em;
	color: #FFFFFF;
	text-align: center;
}