﻿#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px; 
    margin-top: -30px; 
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 80px; 
    height: 82px; 
}


.ErrorContainer {

    display: none;
    color: red;
    font-weight: 14px;
    margin-bottom: 12px;
}

.ErrorContainer div {
    display: inline-block;
}
       

#AmountPrefix {
    
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    text-align: center;
    display:inline-block;
    padding: 14px 2px;
    text-align: center;
    width: 21px;
    vertical-align: middle;
    line-height: 0em;
    border-radius: 4px;
    top: -1px;
    position: relative;
}

#Amount  {
    
   display:inline-block;
   width: 99px;
}

.error{
	border-color: #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #b94a48;
}

label span {

    margin-left: 5px;
    top: -2px;
    position: relative;
}

label input {
    margin-left: 5px;
}
