﻿.submt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background-color: #FFF;
	color: #0192D5;
	font-weight: bold;
	border: 1px solid #666;
	}

.border {
	border: 3px solid #583F93;
	width: 90%;
	margin-left: auto;
    margin-right:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
}

.button {
	color: rgb(1,146,213);
	font-size: 16px;
}

/* Add whatever you need to your CSS reset */
html, body, h1, form, fieldset, input {
  margin: 0;
  padding: 0;
  border: none;
  }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
}

        #registration_noti {
	padding: 5px 10px;
    color: #fff;
	background: #0192D5 center bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	height: 250px;
            }




        #registration {
	margin: 10px;
    color: #fff;
	background: #0192D5 center bottom;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

 #registration a {
      color: #8c910b;
      text-shadow: 0px -1px 0px #000;
      }
	  
#registration fieldset {
      padding: 20px;
      }
	  
input.text {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      border:solid 1px #444;
      font-size: 14px;
      width: 90%;
      padding: 7px 8px 7px 30px;
      -moz-box-shadow: 0px 1px 0px #777;
      -webkit-box-shadow: 0px 1px 0px #777;
	  background: #ddd url('../Images/inputSprite.png') no-repeat 4px 5px;
	  background: url('../Images/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           );
	  background:  url('../Images/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          );
      color:#333;
      text-shadow:0px 1px 0px #FFF;
}	  

 input#email { 
 	background-position: 4px 5px; 
	background-position: 4px 5px, 0px 0px;
	}
	
 input#password { 
 	background-position: 4px -20px; 
	background-position: 4px -20px, 0px 0px;
	}
	
 input#name { 
 	background-position: 4px -46px; 
	background-position: 4px -46px, 0px 0px; 
	}
	
 input#tel { 
 	background-position: 4px -76px; 
	background-position: 4px -76px, 0px 0px; 
	}
	
#registration h2 {
	color: #fff;
	text-shadow: 0px -1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #3a3a3a;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 2px;
	}
	
	
#registration_noti h2 {
	color: #fff;
	text-shadow: 0px -1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #3a3a3a;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 2px;
	}	
	
#registerNew {
	width: 203px;
	height: 32px;
	border: none;
	text-indent: -9999px;
	background: url('Images/createAccountButton.png') no-repeat;
	cursor: pointer;
	float: right;
	}
	
	#registerNew:hover {
	background-position: 0px -32px;
}
	#registerNew:active {
	background-position: 0px -32px;
}
	
 #registration p {
      position: relative;
      }
	  
label.infield /* .infield label added by JS */ {
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    position: absolute;
    text-align: left;
    top: 3px !important;
    left: 35px !important;
    line-height: 29px;
    }
    
    
	
.bottom {
	color: #FFF;
	font-weight: bold;
	background-color: #583F93;
	padding: 3px;
}	

.Menu1
{
    color:#FFF;
    font: bold 13px Arial, Helvetica;
    width : 100%;
	padding:3px 3px 3px 13px;
	list-style: none;  
	background: #583F93;
   background: -moz-linear-gradient(90deg,  #0AAB41 30%,#583F93  70%);/*F1804A*/
    background: -webkit-linear-gradient(90deg,  #0AAB41 30%,#583F93  70%);
    background: -o-linear-gradient(90deg,  #0AAB41  30%,#583F93  70%);
    background: -ms-linear-gradient(90deg,  #0AAB41  30%,#583F93  70%);
    background: linear-gradient(0deg,  #0AAB41  30%,#583F93  70%);

	-moz-border-radius: 50px;
	 border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	 box-shadow: 0 2px 1px #9c9c9c;
    
    
}
.menuBck {
	background: #583F93;
	border-color:#FFFFFF;
    color:white;
	
}	
.DynamicmenuBrd {

	border-color:#F26622;
	color:Black;
	
}
