#accountSetupFeatures{
	line-height: 16px;
}

#accountSetupFeatures{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5ecf2 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e5ecf2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5ecf2 99%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5ecf2 99%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5ecf2 99%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5ecf2 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ecf2',GradientType=0 );
	border: 1px solid #b3c6d8;
	margin-bottom: 0;
    padding: 10px;
    width: 50%;
    float: left;
}

#featureHeader{
color: #356593;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    }

.featureAS{
 clear: both;
    display: block;
    height: 100px;
    margin-bottom: 24px;
}

.featureAS img{
	float: left;
	 margin-right: 24px;
}

#accountSetupFeatures span.desc{
	display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

#accountSetupFeatures span.title{
 color: #356593;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 24px;
}

#accountsetupRight{
 	float: left;
    padding-left: 30px;
    width: 44%;
}
#accountsetup2{
    background-color: #F2F5F9;
    border: 1px solid #B3C6D8;
    border-radius: 5px 5px 5px 5px;
    margin: auto;
    padding: 20px;
    width: 50%;
}


#accountsetupRight hr{
	margin-top: 2px;
}


#accountsetupRight span#intro{
	  margin-bottom: 5px;
    margin-top: 7px;
}

#accountsetupRight span#intro b{
	font-size: 18px;
}

#accountsetupRight span#intro p{
	font-size: 14px;
	margin-bottom: 0px;
}

#accountsetup-form.content-block.inline{
	width: 100%;
	margin: 10px 0;
}

#accountsetup-form.fancy-form .form-row{
	background: none;
	font-size: 12px;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
}

#accountsetup-form.fancy-form .fleft{
	padding-top: 7px;
	padding-left: 0px;
}

#accountsetup-form.fancy-form .fancy-button 
{
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #6797C5, #376796);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6797C5), to(#376796));
  background-image: -webkit-linear-gradient(top, #6797C5, #376796);
  background-image: -o-linear-gradient(top, #6797C5, #376796);
  background-image: linear-gradient(to bottom, #6797C5, #376796);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6797C5', endColorstr='#376796', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
      padding: 7px 22px;
       letter-spacing: 0.03em;
    display: inline-block;
}



#accountsetup2 #accountsetup-form.fancy-form .fancy-button:hover {
  color: #ffffff;
  background-color: #6797C5;
  background-image: none;
}

#accountsetup-form.fancy-form .fancy-button.gray{
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #CBCBCB;
  *background-color: #e6e6e6;	
}

#accountsetup2 #accountsetup-form.fancy-form .fancy-button.gray:hover {
  color: #000;
  background-color: #ddd;
  background-image: none;
}

.select-block {
	border: 1px solid #dddddd;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    overflow: hidden;
    padding-right: 4px;
    vertical-align: top;
     }

.select-block select { padding:10px; margin:-5px -20px -5px -5px; }

#accountsetup-form.fancy-form select[multiple]{
	width: 250px;
	padding: 8px;	
	color: #000;
}

#accountsetup-form.fancy-form select[multiple] option{
	padding: 8px;	
}

#accountsetup2 #accountsetup-form.fancy-form .form-row{
	font-size: 14px;
}

#dialog.accountSetupDialog {
    color: #000000;
    font-size: 12px;
    padding: 10px 30px 0;
}

