/* 

WOO CUSTOM STYLESHEET

---------------------



Instructions:



Add your custom styles at the end of this file instead 

of style.css so it is easier to update the theme. 

Simply copy an existing style from style.css to this file, 

and modify it to your liking.

*/





.home .page .title { display:none !important;}


.regform {
	-moz-box-shadow: inset 0 0 5px 5px #E6E6E6;
	-webkit-box-shadow: inset 0 0 5px 5px #E6E6E6;
	box-shadow: inset 0 0 5px 5px #E6E6E6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #E7EDFA;
}

.post-62 input[type=text], .post-62 input[type=email], .post-62 input[type=password], .post-62 textarea  {
  width: 200px;
  background-color: #eee;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  background: -moz-linear-gradient(top, #fff, #efefef);
  border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
  border: solid 1px #efefef;
  padding: 3px 8px ;
  text-shadow: 0px 1px 1px white;
  display: block;
  margin: 9px;
}

.post-62 input:hover, .post-62 textarea:hover {
  box-shadow: 0px 1px 8px #F48004;
  -webkit-box-shadow: 0px 1px 8px #F48004;
  -moz-box-shadow: 0px 1px 8px #F48004;
}

.post-62 input:focus, .post-62 textarea:focus {
  box-shadow: 0px 1px 8px #F48004;
  -webkit-box-shadow: 0px 1px 8px #F48004;
  -moz-box-shadow: 0px 1px 8px #F48004;
}
.post-62 td.label {

    color: #000000 !important;
font-size:12px;
    float: left;
    font-weight: bold;
padding-top:12px;
}
.post-62 .button {
    background-color: #FFCC00;
    width:200px;
}