/* CSS Document */
body,html,h1,ul{ padding:0px; margin:0px; font: 12px Arial, Helvetica, sans-serif; color: #333;}
#window{ width:400px; height:400px;}
#window h1{ font-size:13px; font-weight: bold; margin:5px;}
#window #center{ margin: 10px auto; width: 380px;}
#window #center img{ float:left; max-height:100px; margin:1px; border: 1px solid rgb(223, 223, 223); max-width: 80px;}
#window #formulario{}
#window #cimg{float: left; height: 103px; margin-right: 10px; width: 90px; }
#window #title{ float:left; margin-bottom: 5px; font-weight:bold; width: 255px;}
#window #descripcion{ float: left; width: 255px; text-align:justify;}
#window #descripcion p{ margin:0px;}
#window #formulario form{}
#window #formulario form ul{ list-style-type:none; height: 180px;}
#window #formulario form ul li{ float:left; height:33px;}
#window #formulario form ul li label{ width: 70px; float: left; text-align: right; margin-right: 10px; margin-top: 5px;}
#window #formulario form ul li input{ background:url(../../../templates/commerce/peterpiloto/webroot/imgs/bg_input.png) white repeat-x; border: 1px solid #CCC; padding: 5px 8px; border-radius: 2px; width:260px;}
#window #formulario form ul li textarea{ background:url(../../../templates/commerce/peterpiloto/webroot/imgs/bg_input.png) white repeat-x; border: 1px solid #CCC; padding: 3px 8px; border-radius: 2px; width:260px; height:100px; margin-top: 2px; font-family: arial;}
#window #formulario form ul li textarea.water{ font-size:11px; color:#999;}
#window #formulario form input[type=image]{ border:none; cursor:pointer; margin-left: 145px;}
#loading{ position:absolute; top: 300px; left: 137px; background:url(../../../templates/commerce/peterpiloto/webroot/imgs/send.gif) no-repeat center;  height:70px; width: 140px; display: none;}
#window #confirmacion{  text-align: center; padding-top: 60px; background: url(../../../templates/commerce/peterpiloto/webroot/imgs/email_open.png) no-repeat center 85px; height: 80px;}
.clear{ clear:both;}