@import url('/images/overhead.css');

 #form_container {
 width:97%;
 margin-left: 2px;
 
background-image: url("/images/rudysbg.jpg");
/*
 border: 6px double #2a2d2a;
 */  
 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;
}

#contact {
width:35em;
margin:0 auto;

}
#contact ul{
width:33em;
margin:0 auto;

}
#contact li { list-style:none; }


 
fieldset
{
border: 1px solid #781351;
width: 56em;

}



legend
{
color: #fff;
background: #69f;
border: 1px solid #781351;
padding: 2px 6px
}


 .button {
  border: 1px solid #006;
  background-color: #ccf;
 }
 .button:hover {
   border: 1px solid #f00;
   background-color: #eef;
 }


  #diamond {
  position:relative;
  height: 350px;
  width:  590px;
  border: 4px solid grey;
   background-image: url("/images/Diamond1.png");
   margin-right: auto;
   margin-left: auto;
}
#video{
  border: 2px solid black;
  height: 315px;
  width:  560px; 
  position:absolute;
  top:15px;
  left:12px;
  
  }
#service {
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;
cursor: pointer;
}

 #trpw {  /* hide password */
 display:none;
 }
 
  
  #MAVisit  {margin-left:4em;}
  table {margin-left:10em;}
  
  #MAMail {
  width: 7.5em;
  margin:0 auto 20px;
  }
  
  #mail2 {
  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;
  }
  
  #projector {
  width: 7.0em;
  margin:0 auto;
  }
  
  #service {height:48px;width:64px;}



.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;}

#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;
		}
		
		#Refrig img {
		    position: absolute; 
			top: 43px;
			left: 15px; 
         margin-left:245px;
         height:150px;
         width:250px;
         border:0;
        
}



