

.reg-right li 
{
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
}

.reg-right ul 
{
list-style-image: url('../images/arrow1.png');
}


#form_main .label
{
  color: #383838;
  font-size: 16px;
  padding-left: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left;
  display: block;
clear : both;
}

.shop4webAddProduct 
{
  outline: none;
  display: inline-block;
  font-size: 1em;
  padding: 8px 34px;
  border:2px solid #3C3B3B;
  background: #3C3B3B;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop4webAddProduct:hover
{
  background:transparent;
  border:2px solid #3C3B3B;
  color:#3C3B3B;
  text-decoration:none;
}


.shop4webUpdateProduct 
{
  outline: none;
  display: inline-block;
  font-size: 1em;
  padding: 4px 4px;
  border:2px solid #FEA425;
  background: #FEA425;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop4webUpdateProduct:hover
{
  background:#3C3B3B;
  border:2px solid #3C3B3B;
  color:#FFFFFF;
  text-decoration:none;
}

.content4webButton{
	width:80%;
	margin:0 auto;
	display:block;
	padding: 8px;
	font-size: 1.2em;
	font-weight: 400;
	border:1.5px solid #C8303E;
	color:#fff;
	border-radius:5px;
	outline: none;
	background:#C8303E;
	margin-top:1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
    text-align: center;
}

.content4webButton:hover
{
	border:1.5px solid #333;
	background:transparent;
	color:#333;
    text-decoration: none;
}


