@import url('/images/overhead.css');

 

#form_container {
 width:97%;
 margin-left:0px;
 
background-image: url("/images/rudysbg.jpg");

 border-bottom-left-radius: 2.0em;
   -webkit-border-bottom-left-radius: 2.0em;
  -moz-border-radius-bottomleft: 2.0em; 
   border-bottom-right-radius: 2.0em;
    -webkit-border-bottom-left-radius: 2.0em;
  -moz-border-radius-bottomright: 2.0em;  

 display:inline-block;
 padding-bottom: 25px;
}
#form_container {position:relative;}

#Refrig { 
         height:155px;
		 width:260px;
      	    margin-left:245px;
			background-color: white;
			-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			border: 10px solid rgba(0,0,0,0.3);
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px; 
			padding: 0px;
			text-align: center;
			display:none;
		}
		
#Refrig img {
		    position: absolute; 
			top: 43px;
			left: 15px; 
         margin-left:245px;
         height:150px;
         width:250px;
         border:0;
        
}

#MAVisit{
       width:55em;
	   margin:0 auto;
       padding-left: 1em;
	    padding-bottom: 1em;
       background-color: #e2e6e9;
	   background-color: rgba(226,230,233,0.5);
	   background-color: rgba(153,153,255,0.1);
       border: 2px solid grey;
      
       box-shadow: 5px 5px 5px #333;
      -moz-box-shadow: -5px -5px -5px 0 #333;
      -webkit-box-shadow: 5px 5px 5px #333;
     -o-box-shadow: 5px 5px 5px #333;
}
#MAVisith {
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.msg {
  width: 20em;
  color: blue;
  font-size: 1.2em;
  
  border: 0;
 
  background-color: rgba(153,153,255,0.01);
 }
 #mail {
  color: blue;
  width:25em;
 font-size:1.4em;  
  border: 0;
  /*background-image: url("/images/rudysbg.jpg");*/
  background-color: rgba(153,153,255,0.01);
 }
h3 {
text-align:center;
}

#createContract {
    cursor: pointer;
    width: 7.5em;
    border: 1px outset grey;
    margin-bottom: 5px;
    box-shadow: 5px 5px 5px #333;
    -moz-box-shadow: -5px -5px -5px 0 #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    -o-box-shadow: 5px 5px 5px #333;
}
 #MAMail {
  width: 7.5em;
  margin:0 auto 20px;
  }
  


#contact {
width:35em;
margin:0 auto;

}
#contact ul{
width:33em;
margin:0 auto;

}
#contact li { list-style:none; }


.ipl {
width: 16em;
color: #000;
/*background: #ffa20f;*/
border: 2px outset #d7b9c9;
text-align:left;
}
.ipl:hover  {background: #d9d9d9; } /* grey input for doors and box */


 label {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  padding-top: .1em;
  padding-right: 2.20em;
  width: 4em;
  text-align: left;
  float: left;
} 
#contact h3{text-align:center;font-size:97%;color:blue;}

 #trpw {  /* hide password */
 display:none;
 }

.button {
  border: 1px solid #006;
  background-color: #ccf;
 }
 .button:hover {
   border: 1px solid #f00;
   background-color: #eef;
 }




