/* ***** mvc1 main.css ***** */

/* Basic Body Styles */  
body  {
   background-image:url(../images/holly-swirl.jpg);
   background-color: #D8D8E4;
   color: #42426F;

   }
 
/* divide class */
.divide {   
   clear: left;
   margin-top: 20px;
   height: 30px;
   text-align: center;
   }
   
/* page class */
.page {   
   width: 920px;
   margin-left: auto;
   margin-right: auto;
   color: #42426F;
   background-color: #4BED7D;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
   -moz-opacity:0.50;    
   text-align: center;
   padding: 25px;
	border: 1px #635688 solid;
   border-radius: 50px;
	-moz-border-radius: 50px;
   }
   
   /* **paragraph inside of page** */
.page p {
		padding-left: 5px;
		text-indent: 25px;
	}
	


/* content class */
.content {
   width: 830px;
   text-align: left;
   padding: 20px 40px 20px 40px;
   margin: 20px auto 20px auto;
   color: #353657;
   background-color: #D8D8E4;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.50; 
	border: 5px #635688 solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');   
   }
   
.content span {
   font-weight: bolder;
   text-decoration: underline;
   }
/* navbar class */
.nav_bar {
   width: 600px;
	padding-top: 8px;
	padding-bottom: 5px;
   width: 520 px;
   height: 50px;
   background-color: #D8D8E4;
   text-align: center;
   vertical-align: middle;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid #635688;
   border-radius: 25px;
   -moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   } 

/* header class */
.header   {
   width: 600px;
   margin: 20px auto 20px auto;
   color: #42426F;
   background-color: #D8D8E4;
   text-align: center;
	border: 2px #635688 solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   }
      
/* footer class */
.footer   {
   padding-top: 20px;
   width: 600px;
   height: 45px;
   margin: 20px auto 20px auto;
   color: #42426F;
   background-color: #D8D8E4;
   text-align: center;
   border: 2px #635688 solid;
   border-radius: 25px;
   -moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   }
  
/* ******************************************* FORM STYLES ******************************************* */
/* Form and form element styles */
.form_field {	
   max-width: 740px;
   min-width: 740px;
   }

.form_field label {
   min-width: 420px;
   float: left;
   text-align: right;
   vertical-align: top;
   margin-right: 10px;
   }
   
.form_field input, textarea {
   margin-bottom: 10px;
   }

.form_field p	{
   min-width: 420px;
   margin: 5px 10px 5px 120px;
   text-align: center;
   font-size: 120%;
   font-weight: bold;
   }
   
.form_field span {
   text-decoration: underline;
   }

.form_field textarea {
   margin-left: 55px;
   }
   
.styleButton button  {
   background-color: #7474AB;
   margin: 5px 30px 25px 90px;
   padding: 6px;
   }

.rdoGroup fieldset {
   max-width: 620px;
   min-width: 620px;
   height: 150px;
   margin-left: 90px;
   border: 1px #000000 solid;
   }
      
.rdoGroup input {
   margin-left: 325px;
   vertical-align: top;
   }




