html, body, p {
	font: 12px Roboto;
}
form { 
margin: auto auto; 
width:350px;
}
.Title {
    margin-top: 20px;
    	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.TextboxContainer {
  width: 100%;
}
.TextboxContainer .Title {
    font-size: 20px;
    font-weight: bold;
}
.TextboxContainer .SubTitle {
    display: block;
    color: #666;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    margin: 3px 0 2px 0;
}


.TextboxContainer input {
    /* border-top: 1px solid #a3a3a3; */
    /* border-left: 1px solid #a3a3a3; */
    /* border-bottom: 1px solid #ccc; */
    border: 1px solid #ccc;
    /* background: #fff; */
    /* -webkit-box-shadow: inset 0 1px 0 #d6d6d6; */
    -moz-box-shadow: inset 0 1px 0 #d6d6d6;
    /* box-shadow: inset 0 1px 0 #d6d6d6; */
    color: #000;
    font: normal 15px Arial;
    margin: 0;
    padding-left: 10px;
    vertical-align: middle;
    height: 40px;
    width: 100%;
    padding: 3px;
    padding-left: 10px;
}
.TextboxContainer input:focus {
    outline: 0;
}
.TextboxContainer .validation {
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
}
.CheckboxContainer span {
    vertical-align: top;
}
.ButtonContainer input, .AnotherPaymentLink {
    min-width: 60px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: -1px;
    padding: 8px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: rgb(68, 68, 68);
    font-weight: bold;
}
.ButtonContainer input:hover, .AnotherPaymentLink:hover {
    background-image: -webkit-linear-gradient(top,#fafafa,#e9e9e9);
    border-color: #ccc;
    box-shadow: inset 0px 1px 5px rgba(0,0,0,.2);
    color: #222;
}
.DropDownTitle {
  margin-left: 10px;
  margin-right: 10px;
}
#PaymentContainer {
    background-color: #ddeeef;
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.radiobuttoncontainer {
      margin-top: 20px;
}
.RadioButtonTitle {
      margin-top: 20px;
      font-size: 120x;
  font-weight: bold;
}
.RadioButtonBlock {
  margin-top: 5px;
  margin-bottom: 10px;
}
.RadioButtonBlock input {
  vertical-align: super;
}
.PaymentSubtitle {
	margin-bottom: 10px;
	margin-top: -5px;
}
.PaymentTextbox80 {
	width: 95px;
}
.PaymentTextbox80 input {
	width: 80px;
}
.DateDropdownContainer {
  display: inline-block;
}
.DateDropdownContainer {
        margin-top: 15px;
}
.selectricWrapper {
    display: inline-block;
    width: 70px;
}
.butProcessPayment {
    height: 52px;
    min-width: 200px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    border: transparent;
    padding: 0 27px 0 27px;
    white-space: nowrap;
    margin-top: 10px;
    background-color: #6cdbd6;
    color: #00426b;
}
.DropDownTitle {
    margin-left: 0px;
    margin-right: 10px;
        margin-top: 20px;
        font-size:18px;
    vertical-align: super;
}
.width55 .selectricWrapper {
    width: 55px;
}
.paymentmargin {
	margin-bottom: 10px;
}
.ButtonContainer {
	margin-top: 30px;
}
.EmailTextBox {
	margin-bottom: 20px;
}
body.loading {
    overflow: hidden;
}
body.loading .modal-loading {
    display: table-cell;
    background: rgba( 255, 255, 255, .8 )
    url('../_images/general/ajax-loader.gif')
    50% 50%
    no-repeat;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    10000;
    vertical-align: middle;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}
#PaymentSuccessfull b {
    font-size: 16px;
}
#PaymentSuccessfull {
    margin: auto auto;
    width: 900px;
    padding-top: 30px;
    display: none;
}

body.error {
    overflow: hidden;
}
body.error .modal-error {
    display: table-cell;
    background: rgba( 255, 255, 255, .8 );
}
.error-header {
    background-color: #272930;
    height: 30px;
    font-size: 18px;
    color: #FFFFFF;
}
.error-header span {
    margin-left: 10px;
}
.error-content {
    background-color: #FFFFFF;
    font-size: 15px;
    height: 84px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.error-link-container a {
    position: relative;
    top: -30px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
}
.error-container {
    height: 125px;
    width: 500px;
    border: 1px solid #000000;
    margin: auto;
    position: relative;
    top: 40%;
}
.error-link-container {
    float: right;
}
#errorLogOutLink {
    display: none;
}
.SuccessTitle {
    width: 150px;
    display: inline-block;
}
.Image {
    height:30px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin-right: 20px;
}
.ImageEnabled {
    opacity: 1;
    filter: alpha(opacity=100);
}


