﻿#OrderForm {
	background: #ececec;
	width: 870px;
	padding: 24px 20px 25px 20px;
	margin-left: 35px;
	margin-right: 35px;
}

#OrderForm .line{
 	margin-bottom:13px;
 	margin-top: 0px;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.line{
 	margin-bottom:13px;
 	margin-top: 0px;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.idleField{
} 

.focusField {
	border-color:#f7c1a7!important;
}

.idleFieldSelect{
	padding: 8px 9px 8px 9px;
	width: 400px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 13px;
} 

.focusFieldSelect {
	padding: 8px 9px 8px 9px;
	width: 400px;
    background: none repeat scroll 0 0 #fff9e3;
    border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 13px;
}



#OrderForm label{
	font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    border: 0 none;
    margin: 0;
    padding: 0;
    color: #50504c;
    position: relative;
    left: 2px;
}

.extensionform{
	padding: 5px;
	width: 400px;
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: #dddddd #eeeeee #eeeeee;
    border-right: 1px solid #eeeeee;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 12px;
}
.extensionformdrp{
	padding: 4px;
	width: 400px;
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: #dddddd #eeeeee #eeeeee;
    border-right: 1px solid #eeeeee;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 12px;
}

.extensionformlabel{
	font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    border: 0 none;
    margin: 0;
    padding: 0;
    color: #50504c;
    position: relative;
    left: 2px;
}

#OrderForm span.OrderReq{
	color:#ec6422!important;
	font-size: 11px
}

#OrderForm input, textarea, select{
	padding: 7px;
	width: 400px;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 12px;

}



#OrderForm .checkbox-field-wrap label{
    display: inline;
}


#OrderForm .checkbox{
	display: inline
}

#OrderForm .checkbox input{
	width: 30px;display: inline
}

#OrderForm select option{
	padding-top: 2px;
	padding-bottom: 2px;
}


.styled-select {
	width: 240px;
	height: 30px;
	overflow: hidden;
	background: #FFF url(/images/down_arrow_select.png) right no-repeat;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-style: solid;
	border-width: 1px;
}

.styled-select select {
   background: transparent;
   -webkit-appearance: none;
   width: 268px;
   height: 30px;
   border: 0px;
   padding: 6px;
}

.styled-select-quarter {
   width: 128px;
   height: 29px;
   overflow: hidden;
   background: #FFF url(/images/down_arrow_select.png) right no-repeat;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;


}

.styled-select-quarter select {
   background: transparent;
   -webkit-appearance: none;
   width: 156px;
   height: 30px;
   border: 0px;
   padding: 6px;
}

.styled-select-half {
   width: 188px;
   height: 29px;
   overflow: hidden;
   background: #FFF url(/images/down_arrow_select.png) right no-repeat;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;


}

.styled-select-half select {
   background: transparent;
   -webkit-appearance: none;
   width: 216px;
   height: 30px;
   border: 0px;
   padding: 6px;
}

.styled-select-full {
   width: 384px;
   height: 29px;
   overflow: hidden;
   background: #FFF url(/images/down_arrow_select.png) right no-repeat;

	border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;


}

.styled-select-full select {
   background: transparent;
   -webkit-appearance: none;
   width: 416px;
   height: 30px;
   border: 0px;
   padding: 6px;
}

.styled-select-ext {
   width: 78px;
   height: 29px;
   overflow: hidden;
   background: #FFF url(/images/down_arrow_select.png) right no-repeat;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;


}

.styled-select-ext select {
   background: transparent;
   -webkit-appearance: none;
   width: 106px;
   height: 30px;
   border: 0px;
   padding: 6px;
}

#OrderForm .field-wrap{
}

.OrderPlanName{
	color: #4e4e4e; 
	font-size:17px;
	cursor: default;
}

.CheckBoxClass input{
display: inline!important;
width: 20px!important;
}
.CheckBoxClass label{
display: inline!important;
font-weight: normal!important;
}

.formnote{
	padding:12px;
	background: none repeat scroll 0 0 #edfdff;
    border-color: #d5d5d5 #E5E5E5 #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-style: solid;
    border-width: 1px;

	margin-top: 13px;
	font-size: 12px;
	color: #7f7f7f;
	line-height: 16px;
}

input.HostingOrder{
	display: block;
	background:#e9622c;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding:7px 17px 7px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 59px;
	border: 0px;
	cursor: pointer;
}
input.HostingOrder:hover{
	background:#ff6f00;
}

input.HostingOrder_Previous{
	display: block;
	background:#a7a7a7;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding:7px 17px 7px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 2px;
	border: 0px;
	cursor: pointer;
}
input.HostingOrder_Previous:hover{
	background:#bfbfbf;
}


input.HostingOrder_Last{
	display: block;
	background:#e9622c;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding:7px 17px 7px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: -47px;
	margin-bottom: 30px;
	margin-right: 59px;
	border: 0px;
	cursor: pointer;
}
input.HostingOrder_Last:hover{
	background:#ff6f00;
}

input.HostingOrder_Previous_Last{
	display: block;
	background:#a7a7a7;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding:7px 17px 7px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: -47px;
	margin-bottom: 30px;
	margin-right: 2px;
	border: 0px;
	cursor: pointer;
}
input.HostingOrder_Previous_Last:hover{
	background:#bfbfbf;
}


#ContactForm input.ContactSubmit{
	display: block;
	background:#e9622c;
	text-align: center;
	color:#fff;
	font-size: 15px;
	padding:6px 17px 6px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: 4px;
	margin-right: 0px;
	border: 0px;
	cursor: pointer;
}
#ContactForm input.ContactSubmit:hover{
	background:#ff6f00;
}


input.ContactSubmit{
	display: block;
	background:#e9622c;
	text-align: center;
	color:#fff;
	font-size: 15px;
	padding:6px 17px 6px 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 100;
	margin-top: 4px;
	margin-right: 0px;
	border: 0px;
	cursor: pointer;
}
input.ContactSubmit:hover{
	background:#ff6f00;
}


#ContactForm {
	padding: 30px;
	margin:0px;
}

#ContactForm h1{
	color: #3c3c3c;
	font-weight: normal;
	margin: 0;
	font-size: 25px;
    padding-bottom: 10px;
}
#ContactForm p{
	padding-bottom: 24px;
	font-size: 13px;
    margin: 0;
    color: #6a6a6a;
}

#ContactForm .line{
 	margin-bottom:13px;
 	margin-top: 0px;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}


#ContactForm label{
	font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    border: 0 none;
    margin: 0;
    padding: 0;
    color: #50504c;
    display: block;
    position: relative;
    left: 2px;
}

#ContactForm label.nobold{
    font-weight: normal;

}
#ContactForm input, textarea, select{
	padding: 7px;
	width: 400px;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    float: none;
    font-size: 12px;
}

#ContactForm .checkbox-field-wrap label{
    display: inline;
}


#ContactForm .checkbox{
	display: inline
}

#ContactForm .checkbox input{
	width: 30px;display: inline
}

#ContactForm select option{
	padding-top: 2px;
	padding-bottom: 2px;
}


.ChoosePlan{
	border: solid 1px #d7d7d7;
	background: #f8f8f8;
	margin-bottom: 13px;
}
.BestValue{
	background: #eaf4c8!important;
	margin-bottom: 0px !important;
}
.ChoosePlan input{
	width: 44px!important;
}
.ChoosePlan{
	border: solid 1px #d7d7d7;
	height: 70px;
	background: #f8f8f8;
}
.ChoosePlan span{
	font-size: 14px;
	color: #696969;
	display: block;
	line-height: 17px;
}
.ChoosePlan strong{
	font-size: 19px;
	font-weight: 500;
	color:#fe7421;
	display: block;
	line-height: 22px;
}
.ChoosePlan em{
	font-size: 22px;
	font-weight: 500;
	color:#2f2f2f;
	line-height: 22px;
	font-style: normal;
}

input[type="radio"]{
	width: 30px!important;
}


