@media(min-width:768px){
	.container{
		width:908px !important;
	}
	#credit-form-content-wrapper{
		margin-left:0px !important;
		width:908px;
	}
}

body {
    font-size: 12px;
    margin: 20px 0px;
    padding: 0px;
    line-height: 1.8em;
    background: #c3e07d;
}

#credit-form-head{

}

.alert-danger{
	color: #E2202B !important;
    background: #ffded7 url("ng_back.gif") no-repeat right top !important;
}

.alert-success{
	color: blue !important;
    background: #E5EFF5 url("ok_back.gif") no-repeat right top !important;
    border-color:#E5EFF5;
}

#credit-form-head-img{
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	width:100%;
}

#credit-form-section{
	margin-top:20px !important;
	margin-bottom:20px !important;
	margin-left:50px !important;
	margin-right:50px !important;
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
    background: #eeeeee;
    padding: 3px 3px 3px 5px;
    border-left: 5px solid #f7971a;
}

#credit-form-title{
	margin-top:20px !important;
	margin-left:50px !important;
	margin-right:50px !important;
}

#credit-form-content{
	background-color:white;
	border-left:1px solid silver;
	border-right:1px solid silver;
}

form .credit-form-item{
	margin-left:50px !important;
	margin-right:50px !important;
	border-bottom: 1px dotted silver;
}

form .credit-form-item .form-group{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom:0px;
	
}

form .control-label {
	margin-top:10px;
	padding-top:-20px;
	height:100% !important;
	padding-top: 0px !important;
}


form .credit-form-item-control{
	background-color: white;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}

form .credit-form-item-help{
	background-color: white;
}
form .credit-form-item-help .help-block{
	margin-top:0px;
	margin-bottom:0px;
}

#credit-form-policy{
	font-size:12px;
	margin-top:10px !important;
	margin-left:50px !important;
	margin-right:50px !important;
}

#credit-form-label{
	margin-top: 30px;
	margin-left: 45px;
}

#credit-form-ssl{
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}


#credit-form-action{
	padding-top:20px;
	margin-bottom:20px;
}



#credit-form-foot-img{
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	width:100%;
}

#credit-form-copyright{
	color:black;
}