
html,
body {
    height: 100%;
}

.container 
{
  
}
#formenq
{
    padding: 30px 0;
    width: 100%;
    background: url(../image/bac3.jpg);
    background-repeat: repeat;
    text-align: center;


}
.modal-header
{
    border-top: 9px solid #bf00008f;	
}
.btn-info {
    color: #fff;
    background-color: #ce0a03 !important;
    border-color: #a60303 !important;
}
.btn-info:hover {
    color: #fff;
    background-color: #457a03 !important;
    border-color: #457a03 !important;
}
select.select
{
	
	    height: 30px;
    width: 100%;
    border: 1px solid #008f44;
    font-size: 12px;
    margin-top: 10px;
	
}
.btn-success {
    color: #fff;
    background-color: #bf0000 !important;
    border-color: #bf0000 !important;
}
.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255, .7);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}



