.seller
{
	font-family:Corbel;
	font-size:20px;
	color:#376069;
	font-weight:bold;
	font-style:italic;
	
}
.img_up
{
	font-family:Corbel;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
.img_down
{
	font-family:calibri;
	font-size:40px;
	color:#fff;
	font-weight:bold;
}
.registration
{
	color:#fff;
	font-family:calibri;
	background-color:#376069;
	height:40px;
	width:200px;
	font-size:20px;
}
.why
{
	font-family:calibri;
	font-size:40px;
	color:#f7931f;
}
.text_big
{
	font-size:20px;
	font-family:Corbel;
	color:#333333;
}
.text_small
{
	font-family:Corbel;
	font-size:18px;
	color:#333333;
}
.bg
{
	background-image:url("../img/img_4.jpg"); background-repeat:repeat-x repeat-y;
	
}
.banner_big
{
	font-family:calibri;
	font-size:50px;
	color:#fff;
}
.banner_small
{
	font-family:calibri;
	font-size:20px;
	color:#fff;
}
.login
{
	font-family:Corbel;
	font-size:18px;
	color:#f7931f;
}
.box
{
	width:200px;
	height:30px;
	font-family:calibri;
	font-size:14px;
	color:#999;
	padding-left:10px;
}
.box_textbig
{
	font-family:calibri;
	font-size:24px;
	color:#fff;
}
.box_textsmall
{
	font-family:calibri;
	font-size:14px;
	color:#fff;
}
.footerbig
{
	font-family:Corbel;
	font-size:18px;
	color:#f7931f;
}
.footersmall
{
	font-family:calibri;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.loginbox
{
	font-family:calibri;
	color:#fff;
	font-size:14px;
	background-color:#376069;
	height:30px;
	width:90px;
}
.que
{
	font-size:30px;
	font-family:Corbel;
	color:#000;
}
.que_text
{
	font-family:calibri;
	font-size:20px;
	color:#000;
}
.becom
{
	font-family:Corbel;
	font-size:30px;
	color:#fff;
	font-style:italic;
}
.step
{
	font-family:calibri;
	font-size:15px;
	color:#f7931f;
}
.account
{
	font-family:calibri;
	font-size:30px;
	color:#fff;
}
.title
{
	font-family:calibri;
	font-size:20px;
	color:#f7931f;
}


.form-group label.error {
  color: #B94A48;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 5px;
  padding: 4px 8px;
  margin-bottom: 1em;
  color: #FFF;
  background: #B94A48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.form-group label.error::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #B94A48;
  position: absolute;
  top: -6px;
  left: 7px;
}

.form-group.error {
  padding-bottom: .5em;
}
.form-group.error div.clean {
  display: none;
}
.form-group.success span.error {
  display: none !important;
}
.form-group.success span.error::after {
  border: none;
}
.form-group.success div.clean {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.form-group.success input + div.clean,
.form-group.success select + div.clean,
.form-group.success textarea + div.clean {
  /*left: 8px;*/
}
.btn-login{background-color:#68DFF0; color:#FFFFFF;border-color:#00CCFF; font-weight:bold;}

label.error{padding:5px;margin:3px 5px;background: #b94a48 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 4px 8px;
    position: relative;}