﻿#vendorChoice
{
    width: 950px;
    height: 300px;
    /*margin-left: 125px;*/
}

#signupwithRMIS
{
    /*width: 450px;*/
    /*float: left;*/
   /* margin-right: 100px;*/
  
}

#signupforACH
{
    /*width: 450px;*/
    /*float: left;*/
      margin-top:30px;
}


#TitleDesc
{
    height: 300px;

}

#login_main
{

    height: 400px;
    width: 331px;
    top: 350px;
    left: 235px; /*   background-color:red*/
}

.lineitem
{
    width: 331px;
    height: 30px;
    margin-bottom: 3px; /*background-color:#bebebe*/
}

.lineitem_left
{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: right; /*background-color:lime*/
}

.lineitem_right
{
    float: left;
    width: 206px;
    height: 30px;
    text-align: left;
    padding-left: 25px; /* background-color:purple*/
}

.lineitem_full
{
    float: left;
    width: 281px;
    height: 30px;
    text-align: left;
    padding-left: 50px; /* background-color:blue*/
}

