/**
 * @author Sushil Kumar
 * @date 30 July 2012
 */
input, select,button {
    border: 1px solid #888;
    background: #ffffff;
    padding: 3px 4px;
    color: #222;
    margin: 0px 5px 0px 0px;
    border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

input:focus, select:focus {
    outline: none;
}

.InputGroup {
    display: inline-block;
    padding: 3px 4px;
    border: 1px solid #FFF;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.ErrorField {
    border-color: #D00;
    color: #D00;
    background: #FFFFFE;
}

span.ValidationErrors {
    display: inline-block;
    font-size: 12px;
    color: #D00;
    padding-left: 10px;
    font-style: italic;
}



/*****************Add transaction transaction is being processed css *********/
#Loder{
width:100%;
height:auto;
margin:150px auto 0px auto;
}

#Loder p{
width:100%;
text-align:center;
font-size:16px;
color:#333333;
font-weight:500;
padding:5px 0px 5px 0px;
margin:auto auto 0px auto;
}

#ImgLoder {
width:80px;
height:auto;
margin:30px auto 0px auto;
}

#ImgLoder img{
border:none;
}