.close_link
{
	position: absolute;
	right: 5px;
	top: 5px;
}
.modal_container 
{
	position: fixed;
	width: 250px;
	height: auto;
	opacity: 1;
	z-index: 5555;
	bottom: 0;
	right: 0;
}  
.modal-backdrop
{
	opacity:0 !important;
}
.modal-footer, .modal-header, .modal-body
{
	display:block;
	position: relative;
}
.modal-title
{
	text-transform: uppercase;
	color: #a60000;
}
.modal-txt
{

	color: #a60000;
}
.btnsubmit input
{
	color:white;
	background:#a60000;
}
.btnsubmit input:hover, .btnsubmit input:focus {
	color:white;
}
.modal-lg {
    width: 250px;
}


@media (max-width:600px){
	.modal_container {
		width: 270px;
		height: 60px;
	}
}

