body{font:14px "supermarket";}

.style5 {color: #FF0000;text-decoration:none;}
.style6 {color: #238812;text-decoration:none;}

.pramool table {text-align:center;padding:0px;color: #232323;border-bottom: 1px dotted #eee;}

a img		{border:0; }
a:link		{color: #FF0000;text-decoration:none;}
a:visited	{color: #FF0000;text-decoration:none;}
a:hover	{color: #000000;text-decoration:none;}
a:active	{color: #000000;text-decoration:none;}

@font-face {font-family: supermarket;src: url(supermarket.eot);}
@font-face {font-family: supermarket;src: url(supermarket.ttf) format('truetype');}

.clear{clear: both}
.text-center{text-align: center;}

.formregister h3{float:left;width:190px;text-align: right;padding-right:10px;margin-bottom: 25px;font-size: 14px;padding-top:5px;color: #5e5e5e}
.formregister p{float:left;}
.formregister p input[type=text],.formregister p input[type=password],.formregister p input[type=email]{border:1px solid #ccc;width:190px;padding:4px 10px;font-size:13px;}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.button {
-moz-box-shadow:inset 0px 1px 3px 0px #f5d894;
-webkit-box-shadow:inset 0px 1px 3px 0px #f5d894;
box-shadow:inset 0px 1px 0px 0px #f5d894;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5d894), color-stop(1, #c99853));
background:-moz-linear-gradient(top, #f5d894 5%, #c99853 100%);
background:-webkit-linear-gradient(top, #f5d894 5%, #c99853 100%);
background:-o-linear-gradient(top, #f5d894 5%, #c99853 100%);
background:-ms-linear-gradient(top, #f5d894 5%, #c99853 100%);
background:linear-gradient(to bottom, #f5d894 5%, #c99853 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d894', endColorstr='#c99853',GradientType=0);
background-color:#f5d894;

border:1px solid #3c2d1a;
color:#6b4b05;
font-family:supermarket;
font-size:14px;
padding:6px 0px;
text-decoration:none;
text-shadow:0px 0px 0px #6b4b05;
}