.discretline
{
   clear:both;
   margin-top:6px;
   height:20px;
}

.discretbuttons
{
   clear:both;
   margin-top:10px;
   text-align:right;
}

.discretbuttons button
{
   font-family:Verdana,Sans-Serif;
   font-size:1em;
   margin-left:10px;
}

.discretlabel
{
   float:left;
   font-weight:bold;
   width:40px;
}

.discretseparator
{
   float:left;
   margin:0px 4px;
}


.discrettext
{
   float:left;
   margin:0px 10px;
   padding:2px;
}

.discretvalor
{
   float:left;
}

.discretvalor input
{
   font-family:Verdana,Sans-Serif;
   height:15px;
   padding:1px 4px 0px 0px;
   text-align:right;
   *margin-top:-1px;	// IE only
}

.discretvalor select
{
   font-family:Verdana,Sans-Serif;
   font-size:1.1em;
}

.discretarrows
{
   float:left;
   width:10px;
   height:18px;
   background-color:rgb(127,157,185);
   padding:1px 1px 1px 0px;
   line-height:6px; /* hack for IE6 */
}

.discretarrowup
{
   width:9px;
   height:6px;
   border: 1px solid;
   border-color: #CCCCCC #333333 #333333 #CCCCCC;
   background-image:url(../imatges/inputarrowup.gif);
   background-repeat:no-repeat;
   cursor:pointer;
   line-height:6px; /* hack for IE6 */
}

.discretarrowdown
{
   margin-top:2px;
   width:9px;
   height:6px;
   border: 1px solid;
   border-color: #CCCCCC #333333 #333333 #CCCCCC;
   background-image:url(../imatges/inputarrowdown.gif);
   background-repeat:no-repeat;
   cursor:pointer;
   line-height:6px; /* hack for IE6 */
}

.discretempty
{
   float:left;
   width:244px;
   *width:238px;	// IE only
}

.discretradio
{
   float:left;
   margin-left:10px;
   width:10px;
}
