/* forms
********************/

fieldset {
  display: inline;
  border: none;
}

label {
  font-weight: bold;
}

input, textarea, select {
  padding: 1px;
  font-size: 1.1em;
  font-family: inherit;
  border: 1px solid #333;
}

* html input, * html textarea, * html select{
  font-size: 1.2em;
}

*+html input, *+html textarea, *+html select{
  font-size: 1.2em;
}

select {
  padding: 0;
}

.smbtn{
  padding: 0 3px;
  background-color: #d4d0c8;
}

.form_warning{
  color: #cc3333 !important;
  font-weight: bold;
}


/* quicklogin
********************/

#quicklogin{
  float: left;
  padding: 0 0 0 5px;
}

#quicklogin label{
  margin-left: 5px;
  margin-right: 5px;
}

#quicklogin input{
  font-size: 1em;
  margin-top: 4px;
}

#qlogin_user, #qlogin_pass{
  width: 100px;
}

#quicklogin p{
  padding-top: 5px;
  font-size: 1.1em;
}


/* search_article, search_vehicle
********************/

#search_article p, #search_vehicle p {
  width: 170px;
}

.btn_search {
  width: 20px;
  height: 18px;
  margin-left: 3px;
  color: #d4d0c8;
  background: #d4d0c8 url(http://images.matthies.de/motomike/gfx/lupe.gif) no-repeat center center;
  border: 1px solid #333;
}

#search_article .check_search
{
  width: 15px;
  height: 15px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}

/** html #search_article .check_search{
  border: none;
  margin-right: 5px;
}
*/


/* vehicle_select
********************/

#select_vehicle select{
  width: 165px;
  margin-top: 1px;
  margin-bottom: 4px;
}

#select_vehicle .alr{
  width: 170px;
  padding: 0px;
  text-align: right;
}


/* ---------- */

form.stdform {
  width: 420px;
  color: #333;
  position: relative;
}

#loginform_order
{
  width: 280px;
}

.box_login_order
{
  background-color: #0000ff;
}

form.stdform legend { padding-left: 0; }

form.stdform legend,
form.stdform label {
  color: #333;
}

form.stdform fieldset {
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(stdform-fieldset.gif) left bottom repeat-x;
}

form.stdform fieldset fieldset { background: none; }

form.stdform fieldset li {
  padding: 5px 10px 7px;
}

form.stdform fieldset { margin-bottom: 10px; }

form.stdform legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}

form.stdform label {
  display: -moz-inline-box;
  display: inline-block;

  vertical-align: top;
}

form.stdform ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

form.stdform li {
  padding: 2px 0;
  position: relative;
}

form.stdform fieldset ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

form.stdform fieldset li {
  padding: 5px;
}

form.stdform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form.stdform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form.stdform fieldset fieldset label {
  display: block;
  width: auto;
}

form.stdform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.stdform label { width: 140px; } /* Width of labels */
form.stdform fieldset fieldset label { margin-left: 143px; } /* Width plus 3 (html space) */

.sl{
  display: block;
  width: 140px;
}

#savebtn{
  margin-left: 5px;
}


/*
register
*/

.regform #agbcheck{
  float: left;
  border: 0;
}

* html .regform #agbcheck{
  margin-top: 10px;
}

.regform #agbtext{
  margin-left: 20px;
}

.stdform #plz{
  width: 50px;
}

.regform #strasse{
  width: 100px;
}

.regform #strassenr{
  width: 40px;
}


/*
register
*/
.inp_basket_amount{
  width: 30px;
}


/*
forms
*/
* html .box form{
  position: relative;
}

* html .box form input{
  height: 1%;
}


* html #iefix form{
  position: relative;
  width: 570px;
}


