/* CSS Document */

#mobileForm {
	position: relative;
	float: right;
	display: inline;
	/* margin: 0 10px 5px; */
	margin-left:-5px;
	margin-right:10px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background: #fff;
	border: 1px #CCC solid;
	text-align: left;
	width:400px;
	font-size: 12px;
	
}
#mobileForm h2 {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	margin: 5px 10px 10px 10px;
	line-height: 18px;
}
#mobileForm p {
	margin: 10px;
}
#mobileForm fieldset {
	margin: 0 5px 5px;
	padding: 0;
	border: none;
}
#mobileForm fieldset p {
	padding: 0;
}
#mobileForm #form-col1, #mobileForm #form-col2 {
	float: none;
	width: auto;
}
#mobileForm label {
	display: block;
	width: 202px;
	margin-bottom: 10px;
	height: auto;
	font-weight: 400;
	line-height: 1.25em;
	text-align: left;
}
#mobileForm label input {
	width: 170px;
}
#mobileForm label.notiphone input#mobileinput, #mobileForm label input#passwordinput, #mobileForm label  {
	width: 170px;
}
#mobileForm label#Company input#companyinput,#mobileForm label#email input#emailinput,#mobileForm label#Address input#addressinput { /* experimenting */
	width: 360px !important;
}
 { /* experimenting */
	width: 360px !important;
}
#mobileForm label select {
	width: 360px !important;
}
#mobileForm label>select {
	width: 360px !important;
}
#mobileForm label#State select, #mobileForm label#country select, #mobileForm label#iphonetype select {
	width: 175px !important;
	
}
#mobileForm label#First, #mobileForm label#Display, #mobileForm label#mobile, #mobileForm label#City, #mobileForm label#POSTAL_CODE , #mobileForm label#PROMO_CODE{
	width: 185px;
	float: left;
	
}
#mobileForm label#POSTAL_CODE {
	clear: left;
}
#mobileForm label#PROMO_CODE {
	clear: left;
}

#mobileForm label#Last, #mobileForm label#LeadPhone, #mobileForm label#State, #mobileForm label#country, #mobileForm label#iphonetype {
	width:185px;
	float:left;
	display: block;
}

#mobileForm label#PROMO_CODE_BUTTON {
	width: 185px;
	
}

#mobileForm label#jobtitle, #mobileForm label#mobile.notiphone {
	width: 185px;
}
#mobileForm.iphone label#pass, #mobileForm.iphone label#pass input {
	width: 355px;
}
#mobileForm #termsCheck {
	clear: left;
	margin-bottom: 24px;
	width: 300px;
	font-size: 11px;
	float: left;
	display: inline;
	margin-left:40px;
}
span.requirementstext {
	font-style: italic;
}
#mobileForm #submitButton {
	float: right;
	display: inline;
	width: 80px;
}

.mobileForm_Button {
	
	display: inline;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:2px solid #FFCC00;
	background-color:#0F5986;
	color: #ffffff;
	font-weight: bold;	
}
.header 
{ 
background-color:#00080B;
background-image:url(../../image/TopBlueBorder.gif);
background-position:left bottom;
background-repeat:no-repeat;
border-bottom:2px solid #FC0;
height:124px; 
}

.footer
{
clear:both;
background-color:#3E5772;
background-image:url(../../image/footerBlueBorder.gif);
background-position:left top;
background-repeat:no-repeat;
border-top:2px solid #FC0;
height:50px;

}
.madatory
{ color:#FF0000; font:Verdana, Arial, Helvetica, sans-serif; font-size:12px;	

}

.left_td{width:185px;}
.right_td{width:162px;}
.full_td{ width:360px;}

