
html {
  margin: 0; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font:14px/22px  Tahoma, Arial;
  padding-top: 107px;
  line-height: 20px; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family:  Tahoma, Arial !important;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility; }
  body h1, body h2, body h3 {
    line-height: 40px; }
  body h2 {
    font-size: 31.5px; }

a:hover {
  text-decoration: none; }

input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  font-family:  Tahoma, Arial; }

body.pull_top {
  padding-top: 0px !important; }

header {
  background: rgba(0, 0, 0, 0.6) !important; }

/* Navbar
-------------------------------------------------- */
.navbar {
  padding: 10px 0px 10px 0px; }
  .navbar.navbar-inverse {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #585858; }
    .navbar.navbar-inverse.navbar-static-top {
      background-color: #252528; }
      .navbar.navbar-inverse.navbar-static-top .container {
        margin-top: 0;
        margin-bottom: 0; }
    .navbar.navbar-inverse .nav > li > a {
      font-size: 17px;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      opacity: .7;
      filter: alpha(opacity=70);
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      transition: all .2s linear;
      padding: 10px 15px 10px;
      text-decoration: none; }
      .navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100); }
    .navbar.navbar-inverse .nav > li.active > a {
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: transparent; }
  .navbar.sticky {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #252525; }
    .navbar.sticky .container {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
  .navbar .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; }
    .navbar .container .navbar-header .navbar-brand {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      font-size: 20px;
      margin-right: -20px;
      padding: 10px 20px 10px; }
    .navbar .container .collapse .nav .dropdown .caret {
      margin-bottom: 4px; }
    .navbar .container .collapse .nav .dropdown .dropdown-menu {
      background: #252528;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      margin-top: 2px; }
      .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
        color: #fff; }
        .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
          background: #08c; }

.section_header {
  width: 100%;
  margin-bottom: 30px; }
  .section_header h3 {
    color: #646464;
    font-weight: 300;
    font-size: 27px;
    border-bottom: 3px solid #5676A5;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0; }
.well {
    background: none repeat scroll 0 0 #F7F7F7;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) inset, 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
    padding: 4% 5%;
}
a.myBtn {
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; line-height:30px;}
a.myBtn:hover {
      background: #252528; }
.carousel{padding-bottom:50px;}
.carousel-control{color:#444;width:5%;}
.carousel-control.right, .carousel-control.left{background-image:none;background:none;}
.carousel-indicators li{border:1px solid #333;}
.carousel-indicators li.active{background: #CCC;}
.carousel-inner .item{padding: 0 10%;}
.carousel-inner .item h3{margin:0;}
/* Footer
-------------------------------------------------- */
#footer {
  min-height: 260px;
  margin-top: 50px;
  background-color: #252528;
  color: #fff;
  padding-top: 15px;
  /* testimonials */
  /* contact */
  /* credits */
  /* inner footer */ }
  #footer .footer_header {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 20px;
    margin-right: 15px; }
  #footer .recent_posts {
    margin-right: 0px; }
    #footer .recent_posts .post {
      margin-bottom: 70px;
      width: 93%; }
      #footer .recent_posts .post img {
        float: right;
        margin-left: 20px; }
      #footer .recent_posts .post .date {
        font-weight: bold;
        font-style: italic; }
      #footer .recent_posts .post .title {
        display: block;
        color: #b5b5b6;
        font-size: 14px; }
  #footer .testimonials .wrapper {
    margin: 0 auto;
    width: 82%; }
  #footer .testimonials .footer_header {
    margin-right: 30px; }
  #footer .testimonials .quote {
    color: #bfbfc0; }
    #footer .testimonials .quote span {
      font-size: 32px;
      font-style: italic;
      position: relative;
      top: 5px;
      font-family:  Tahoma, Arial !important;
      float: right;
      margin-left: 8px; }
  #footer .testimonials .author {
    margin-top: 40px; }
    #footer .testimonials .author img {
      float: right;
      margin-left: 15px;
      position: relative;
      top: -6px; }
  #footer .testimonials .name {
    font-size: 13px;
    font-weight: bold; }
  #footer .testimonials .info {
    font-style: italic;
    color: #ccc; }
  #footer .contact {
    text-align: left; }
    #footer .contact .footer_header {
      text-align: right;
      margin-right: 35px; }
    #footer .contact input[type="text"], #footer .contact textarea {
      border: none;
      background-color: #1f1f21;
      color: #868687;
      padding: 8px 20px;
      border-radius: 3px;
      font-size: 14px;
      font-family:  Tahoma, Arial !important;
      width: 95%;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      margin-bottom: 10px; }
      #footer .contact input[type="text"]:focus, #footer .contact textarea:focus {
        border: none;
        box-shadow: none;
        background-color: #000; }
      #footer .contact input[type="text"]:moz-placeholder, #footer .contact textarea:moz-placeholder {
        color: #868687; }
      #footer .contact input[type="text"]::-webkit-input-placeholder, #footer .contact textarea::-webkit-input-placeholder {
        color: #868687; }
      #footer .contact input[type="text"]:-ms-input-placeholder, #footer .contact textarea:-ms-input-placeholder {
        color: #868687; }
    #footer .contact input[type="submit"] {
      background-color: #3e3e40;
      border: none;
      color: #fff;
      border-radius: 4px;
      padding: 5px 20px;
      font-size: 14px;
      font-weight: bold;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear; }
      #footer .contact input[type="submit"]:hover {
        background-color: #2190DB; }
  #footer .credits {
    border-top: 1px solid #343437;
    padding: 10px 0px 60px 0px; }
    #footer .credits .social {
      margin-top: 30px;
      text-align: center; }
      #footer .credits .social a {
        margin: 10px; }
        #footer .credits .social a span {
          display: inline-block;
          width: 33px;
          height: 33px; }
          #footer .credits .social a span.ico1, #footer .credits .social a span.icoh {
            background-position: 0px 0px; }
          #footer .credits .social a span.ico2, #footer .credits .social a span.ico2h {
            background-position: -37px 0px; }
          #footer .credits .social a span.ico3, #footer .credits .social a span.ico3h {
            background-position: -75px 0px; }
          #footer .credits .social a span.ico4, #footer .credits .social a span.ico4h {
            background-position: -112px -1px; }
          #footer .credits .social a span.ico5, #footer .credits .social a span.ico5h {
            background-position: -151px 0px; }
          #footer .credits .social a span.ico6, #footer .credits .social a span.ico6h {
            background-position: -188px -1px; }
          #footer .credits .social a span.ico7, #footer .credits .social a span.ico7h {
            background-position: -226px 0px; }
        #footer .credits .social a:hover span.socialicons {
          display: none; }
        #footer .credits .social a:hover span.socialicons_h {
          display: inline-block !important; }
      #footer .credits .social span.socialicons_h {
        display: none; }
    #footer .credits .copyleft {
      color: #a6a6a7;
      font-style: italic;
      text-align: center;
      margin-top: 30px; }
    #footer .credits .socialicons {
      background: url("../images/socialicons.png") no-repeat;
      width: 265px;
      height: 36px; }
    #footer .credits .socialicons_h {
      background: url("../images/socialicons_h.png") no-repeat;
      width: 265px;
      height: 36px; }
  #footer .info {
    margin-bottom: 10px;
    margin-right: 0; }
    #footer .info .residence {
      margin-right: 0; }
    #footer .info ul {
      margin: 0;
      padding: 0; }
      #footer .info ul li {
        list-style: none;
        font-size: 16px;
        color: #777E83;
        line-height: 23px; }
      #footer .info ul a {
        color: #777E83;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #footer .info ul a:hover {
          color: #A9B4BB; }
    #footer .info .touch {
      float: left; }
      #footer .info .touch ul li {
        display: inline-block;
        margin-right: 22px; }

/* Global
-------------------------------------------------- */
.page_header {
  background-color: #000;
  color: #fff;
  font-size: 23px;
  display: inline-block;
  padding: 0px 18px; }

.social_icon {
  background: url("../images/social_icons.png") no-repeat;
  width: 110px;
  height: 18px; }

.contact_social {
  background: url("../images/contact_social.png") no-repeat;
  width: 180px;
  height: 34px; }

/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
  body {
    padding-top: 0 !important; }

  .navbar.navbar-inverse {
    background: #252528; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    margin-bottom: 0; }
    .navbar.transparent.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; }
    .navbar.home.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; } }
@media (max-width: 767px) {
  .navbar.navbar-inverse .container .navbar-header .navbar-brand {
    margin-right: -5px; }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
    font-weight: bold;
    padding: 5px 15px 5px 35px; }

  #footer .container {
    padding: 0px 20px; }
  #footer .footer_header {
    margin-right: 0; }
    #footer .footer_header h3 {
      margin-right: 0; }
  #footer .testimonials {
    overflow: hidden;
    margin-bottom: 40px; }
    #footer .testimonials .footer_header {
      margin-right: 0; }
    #footer .testimonials .wrapper {
      float: right;
      width: 100%; }
  #footer .contact {
    margin: 0; }
    #footer .contact .footer_header {
      margin-right: 0; }
    #footer .contact input[type="text"], #footer .contact textarea {
      float: right;
      width: 100%; }
  #footer .info .touch {
    float: none; }
    #footer .info .touch ul {
      margin: 15px 0 15px; }
      #footer .info .touch ul li {
        margin: 0 30px 0 0; }
  #footer .credits {
    margin-top: 20px; } }
	
.commentBox{background: #dbdbdb url('../images/comment-bg.png') repeat-x;position: relative;  border: 1px solid #CCC; margin: 10px 0 0 0; padding: 30px 5px;}
.commentPost{ border: 1px solid #CCC; margin: 10px 0 0 0; padding: 30px;}
.cPinR{position: absolute; right: 70px; top: -30px;}
.cPinL{position: absolute; left: 70px; top: -30px;}
.commentUser{float: right; width: 100px; margin-right: 10px;}
.commentUser img{border: 2px solid #CCC;}
.commentCloud{float: right; background: #FFF;padding:5px; width: 80%; margin: 0 20px; -moz-box-shadow: 0 0 10px #777; -webkit-box-shadow: 0 0 10px #777; box-shadow: 0 0 10px #777;position: relative;}
.commentCloud img{ position: absolute; right: -15px; top: 50px; }
.commentPost h3{color: #FFF;}
.commentPost textarea{width: 80%;}
.commentPost .CP1{float: right; padding: 10px; border-left: 1px dashed #EEE;}
.commentPost .CP2{float: right; padding: 40px 10px 10px; width: 260px; color: #FFF;font: 14px/22px 'Conv_W_yekan', Arial, Helvetica, sans-serif; text-align: justify;}
.commentPost .CP3{ padding: 10px 10px 10px; color: #FFF;font: 14px/22px 'Conv_W_yekan', Arial, Helvetica, sans-serif; text-align: justify;}


.articles{margin:5px; border-bottom:1px dashed #CCC}
.articles img{float:right; border:1px solid #EEE; margin:5px 10px}
.articles h5{margin-bottom:5px}

.linkSlider{  background-color: #2A205D; border-radius: 5px 5px 5px 5px;  color: #FFFFFF; display: inline-block;  font-size: 19px; font-weight: bold;  margin-top: 40px;  padding: 10px 30px;transition: opacity 0.1s linear 0s;}


.form{width:370px; -webkit-border-radius:5px; border-radius:5px; margin:10px auto 10px auto; padding:20px; border:1px solid #999; background:#45484d; background:-moz-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1))); background:-webkit-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%); background:-o-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%); background:-ms-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%); background:linear-gradient(to bottom,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%); text-align:center; color:#999; font-size:13px}
.form input[type=text], input[type=password]{width:90%; height:25px; font-size:18px; padding:5px; border:0; border-radius:5px; -webkit-border-radius:5px; box-shadow:1px 1px 2px #999 inset; margin-top:5px; margin-bottom:5px; color:#4d4d4d}
.form #username{background:white url(../images/form/user.png) no-repeat 5px; padding-left:25px}
.form #password{background:white url(../images/form/pass.png) no-repeat 5px; padding-left:25px}
.form #email{background:white url(../images/form/mail.png) no-repeat 5px; padding-left:25px}
.form input[type=text]:focus, input[type=password]:focus{box-shadow:0 0 5px #0fb3ff}
::-webkit-input-placeholder, input:-moz-placeholder{color:#4d4d4d}
.form input[type=submit], .form input[type=button]{display:block; clear:left; font-size:18px; color:#000; padding:5px 50px 5px 50px; border:1px solid #999; text-shadow:0 1px 1px #666; text-decoration:none; -moz-box-shadow:0 1px 3px #111; -webkit-box-shadow:0 1px 3px #111; box-shadow:0 1px 3px #111; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; cursor:pointer; margin:10px auto 0 auto}
.form input[type=submit]:hover{border:1px solid #FFF}
.form input[type=submit]#login, .form input[type=button]{background:#64a724; background:-moz-linear-gradient(top,rgba(100,167,36,1) 0,rgba(87,151,39,1) 40%,rgba(88,152,42,1) 50%,rgba(73,140,37,1) 90%,rgba(73,140,37,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(100,167,36,1)),color-stop(40%,rgba(87,151,39,1)),color-stop(50%,rgba(88,152,42,1)),color-stop(90%,rgba(73,140,37,1)),color-stop(100%,rgba(73,140,37,1))); background:-webkit-linear-gradient(top,rgba(100,167,36,1) 0,rgba(87,151,39,1) 40%,rgba(88,152,42,1) 50%,rgba(73,140,37,1) 90%,rgba(73,140,37,1) 100%); background:-o-linear-gradient(top,rgba(100,167,36,1) 0,rgba(87,151,39,1) 40%,rgba(88,152,42,1) 50%,rgba(73,140,37,1) 90%,rgba(73,140,37,1) 100%); background:-ms-linear-gradient(top,rgba(100,167,36,1) 0,rgba(87,151,39,1) 40%,rgba(88,152,42,1) 50%,rgba(73,140,37,1) 90%,rgba(73,140,37,1) 100%); background:linear-gradient(to bottom,rgba(100,167,36,1) 0,rgba(87,151,39,1) 40%,rgba(88,152,42,1) 50%,rgba(73,140,37,1) 90%,rgba(73,140,37,1) 100%)}
.form input[type=submit]#register{background:#ff3019; background:-moz-linear-gradient(top,rgba(255,48,25,1) 0,rgba(207,4,4,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,48,25,1)),color-stop(100%,rgba(207,4,4,1))); background:-webkit-linear-gradient(top,rgba(255,48,25,1) 0,rgba(207,4,4,1) 100%); background:-o-linear-gradient(top,rgba(255,48,25,1) 0,rgba(207,4,4,1) 100%); background:-ms-linear-gradient(top,rgba(255,48,25,1) 0,rgba(207,4,4,1) 100%); background:linear-gradient(to bottom,rgba(255,48,25,1) 0,rgba(207,4,4,1) 100%)}
.form input[type=submit]#activate{background:#87e0fd; background:-moz-linear-gradient(top,rgba(135,224,253,1) 0,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(135,224,253,1)),color-stop(40%,rgba(83,203,241,1)),color-stop(100%,rgba(5,171,224,1))); background:-webkit-linear-gradient(top,rgba(135,224,253,1) 0,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); background:-o-linear-gradient(top,rgba(135,224,253,1) 0,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); background:-ms-linear-gradient(top,rgba(135,224,253,1) 0,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); background:linear-gradient(to bottom,rgba(135,224,253,1) 0,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%)}
.form input[type=submit]#reset{background:#606c88; background:-moz-linear-gradient(top,rgba(96,108,136,1) 0,rgba(63,76,107,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(96,108,136,1)),color-stop(100%,rgba(63,76,107,1))); background:-webkit-linear-gradient(top,rgba(96,108,136,1) 0,rgba(63,76,107,1) 100%); background:-o-linear-gradient(top,rgba(96,108,136,1) 0,rgba(63,76,107,1) 100%); background:-ms-linear-gradient(top,rgba(96,108,136,1) 0,rgba(63,76,107,1) 100%); background:linear-gradient(to bottom,rgba(96,108,136,1) 0,rgba(63,76,107,1) 100%)}
.form input[type=submit]#changepass{background:#356aa0; background:-moz-linear-gradient(top,rgba(53,106,160,1) 0,rgba(53,106,160,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(53,106,160,1)),color-stop(100%,rgba(53,106,160,1))); background:-webkit-linear-gradient(top,rgba(53,106,160,1) 0,rgba(53,106,160,1) 100%); background:-o-linear-gradient(top,rgba(53,106,160,1) 0,rgba(53,106,160,1) 100%); background:-ms-linear-gradient(top,rgba(53,106,160,1) 0,rgba(53,106,160,1) 100%); background:linear-gradient(to bottom,rgba(53,106,160,1) 0,rgba(53,106,160,1) 100%)}
.form input[type=submit]#changemail{background:#a4b357; background:-moz-linear-gradient(top,rgba(164,179,87,1) 0,rgba(117,137,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(164,179,87,1)),color-stop(100%,rgba(117,137,12,1))); background:-webkit-linear-gradient(top,rgba(164,179,87,1) 0,rgba(117,137,12,1) 100%); background:-o-linear-gradient(top,rgba(164,179,87,1) 0,rgba(117,137,12,1) 100%); background:-ms-linear-gradient(top,rgba(164,179,87,1) 0,rgba(117,137,12,1) 100%); background:linear-gradient(to bottom,rgba(164,179,87,1) 0,rgba(117,137,12,1) 100%)}
label.error{background:url(../images/form/error.png) no-repeat 0 -2px; padding-left:25px; font-size:12px; color:#ce1616}
#message{margin-bottom:10px; font-size:14px; font-weight:100}
.ui-state-error, .ui-state-highlight{padding:7px}
.small{font-size:13px; text-align:center; color:#999; line-height:1.5em}
.small a{color:#999; text-decoration:none}


.required{ color:#D00;  display:inline-block;  padding-bottom:0;  padding-left:2px;  padding-right:2px;  padding-top:0}
.stdform{padding:0 10px}
.stdform p, .stdform div.par{margin:15px 0}
.stdform div.par{overflow:hidden}
.stdform span.field, .stdform div.field{margin-right:220px; display:block; position:relative}
.stdform .formwrapper{display:block; padding-top:5px; margin-right:220px; line-height:25px}
.stdform label{float:right; text-align:right; padding:5px 5px 0 0; color:#222}
.stdform label.error{float:none; color:#f60; font-size:11px; display:block; text-align:right; font-weight:bold}

.stdform input{border:2px solid #ccc; background:#fff; padding:4px 5px; width:300px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:inset 1px 1px 2px #000; -webkit-box-shadow:inset 1px 1px 2px #000; box-shadow:inset 1px 1px 2px #000; color:#000}
.stdform input:focus{background:#fff; -moz-box-shadow:inset 1px 1px 2px #0C0; -webkit-box-shadow:inset 1px 1px 2px #0C0; box-shadow:inset 1px 1px 2px #0C0; border-color:#090}
.stdform .smallinput{width:40%}
.stdform .mediuminput{width:60%}
.stdform .longinput{width:80%}
.stdform input.error{border:1px solid #f60}

.stdform input[type=radio], .stdform input[type=checkbox]{width:auto; margin:0; vertical-align:middle}
.stdform input[type=submit]{width:auto; margin:0; font-weight:bold; color:#eee; background:#333; border:0; padding:7px 10px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; cursor:pointer}
.stdform input[type=reset]{width:auto; margin:0; color:#666; border:1px solid #ccc; background:#eee; padding:7px 10px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; margin-right:5px}
.stdform input[type=submit]:hover{background:#222; color:#EEE}
.stdform input[type=reset]:hover{background:#222; cursor:pointer; color:#EEE}

.stdform textarea{border:2px solid #AAA;  padding:8px 5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:inset 1px 1px 2px #000; -webkit-box-shadow:inset 1px 1px 2px #000; box-shadow:inset 1px 1px 2px #000; color:#000}
.stdform textarea.error{border:1px solid #f60}

.stdform select{border:2px solid #AAA;  min-width:40%;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:inset 1px 1px 2px #000; -webkit-box-shadow:inset 1px 1px 2px #000; box-shadow:inset 1px 1px 2px #000; color:#000}
.stdform select.error{border:1px solid #f60}

.stdform textarea:focus, .stdform select:focus{background:#fff; -moz-box-shadow:inset 1px 1px 2px #090; -webkit-box-shadow:inset 1px 1px 2px #090; box-shadow:inset 1px 1px 2px #090; border-color:#090}

.stdform button{border:1px solid #333; background:#333; color:#fff; cursor:pointer; padding:7px 10px}
.stdform button:hover{background:#111; border:1px solid #000; color:#fff}
.stdform button.cancel{background:#eee; color:#666; border:1px solid #ddd}
.stdform button.cancel:hover{background:#ddd; border:1px solid #ccc}
.stdform small.desc{font-size:11px; color:#999; font-style:italic; display:block; margin:5px 0 0 220px}
.stdform .stdformbutton{margin-right:220px}

.stdform2 p, .stdform2 div.par{border:1px solid #ccc; margin:0; border-top:0; padding:0; background:#fff}
.stdform2 div.terms{border:0; background:none}
.stdform2 p:first-child, .stdform2 div.par:first-child{border-top:1px solid #ccc}
.stdform div.par{overflow:hidden}
.stdform2 label{display:inline-block;  vertical-align:top; text-align:right; }
.stdform2 label.error{margin-right:0; padding:0}
.stdform2 label small{font-size:11px; color:#999; display:block; font-weight:normal; line-height:16px}
.stdform2 span.field, .stdform2 div.field{margin-right:220px; display:block; background:#fff; padding:5px; border-right:1px solid #ccc}
.stdform2 .stdformbutton{margin-right:0; padding:20px; background:#fff}

.notification{height:51px; overflow:hidden; position:relative; margin-bottom:20px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -moz-box-shadow:1px 1px 2px #ddd}
.notification p{margin:5px 75px 0 10px; font-size:13px; color:#F60; padding:0}
.notification a.close{position:absolute; width:14px; height:14px; top:5px; left:5px; background-image:url(../images/close.png); background-repeat:no-repeat}
.notification a.close:hover{cursor:pointer}
.msgalert a.close{background-position:-14px 0}
.msgalert a.close:hover{background-position:-14px -14px}
.msginfo a.close{background-position:-42px 0}
.msginfo a.close:hover{background-position:-42px -14px}
.msgsuccess a.close{background-position:-28px 0}
.msgsuccess a.close:hover{background-position:-28px -14px}
.msgerror a.close{background-position:0 0}
.msgerror a.close:hover{background-position:0 -14px}

.breadCrumb{height:40px; color:#CCC; padding:3px}
ul#files{list-style:none; padding:0; margin:0}
ul#files li{padding:10px; margin-bottom:2px; width:140px; float:left; margin-right:10px; height:110px; position:relative}
.trashImg{position:absolute; opacity:0.6; cursor:pointer}
ul#files li img{max-width:140px; max-height:110px}
.success{float:right; height:110px; width:140px; border:1px solid #aaa; text-align:center; margin-bottom:30px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:8px; position:relative}
.error{background:#f0c6c3; border:1px solid #c62}
.discountCode{float:left; border:2px dashed #444; padding:10px; margin:5px}

