/* CSS Document */
body
{
	background-color:#ffffff;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
}
#container{
	width:737px;
	margin:auto;
	background:#ffffff;
}
#logo{
    margin-top:20px;
    height:90px;
}
#logo img{
    float:left;
}
.line{
    margin-top:45px;
    float:right !important;
}
h1{
    clear:both;
	font-size:21px;
    color:#000000;
}
.stress{
    font-size:26px;
    color:#0b8068;
}
h2{
    clear:both;
    color:#000000;
    font-size:16px;
    margin-top:30px;
    height:30px;
}
#mas25{
    
}
#menos25{
    
}
#mas25, #menos25, form{
    float:left;
}
form{
    width:350px;
    background:#0b8068 url(../ciclomotores/imgs/formbackground.png) repeat-y;
    color:#ffffff;
}
#formtop{
    height:15px;
    line-height:1px;
}
#formbottom{
    height:15px;
    line-height:1px;
}
fieldset{
    padding:10px 20px 0px 24px;
}
form p, label{
    /*font-weight:bold;*/
    font-size:16px;
}
form p{
    margin-bottom:12px;
    line-height:18px;
}
label{
    clear:both;
    float:left;
    margin-top:10px;
    width:60px;
}
input{
    position:relative;
    border:none;
    padding:3px 22px 3px 22px;
    margin-top:5px;
    background:#0b8068 url(../ciclomotores/imgs/inputbackground.png) no-repeat center;
    height:16px;
    width:190px;
    font-family:Arial, Helvetica, sans-serif;
}
#aceptocheck{
    width:12px;
    padding:0px;
    margin:16px 10px 0 0;
    background:#0b8068;
}
.labelaccepto{
    width:260px;
    font-size:14px;
    float:none;
    clear:none;
    vertical-align:middle;
    padding-top:13px;
    margin:0px;
    margin-left:20px;
}
.enviar{
    background-image:url(../ciclomotores/imgs/enviar.png);
    width:74px;
    height:28px;
    cursor:pointer;
    padding:0;
    margin:5px 0 0 210px;
    z-index:99;
}
#piemotos{
    position:absolute;
    margin-top:-70px;
    z-index:2;
}
.clear{
    clear:both;
}
a, a:hover, a:visited{
    color:#ffffff;
    /*text-decoration:none;*/
}