@charset "utf-8";

/*
 Brodos ContentCard activation user style
*/

.container_serial_input{
         float:left;
         width:410;
         height:70;
         margin:7 0 0 20;
         }

* html .container_serial_input{
         height:65;
         }

.serial_input{
         width:410;
         height:70;
         }

* html .serial_input{
         height:65;
         }

.input_form{
         width:250;
         height:20;
         float:left;
         }

.input_button{
         width:150;
         height:20;
         float:left;
         }

.input_text{
         height:20;
         }

.button_found_serial{
         width:25;
         height:25;
         float:left;
         }

.text_found_serial{
         width:210;
         height:25;
         float:left;
         margin:5 0 0 10;
         }

.container_error_waiting{
         float:left;
         width:310;
         height:40;
         margin:-100 0 0 390;
         }
         
.container_error_waiting_logout{

         }

* html .container_error_waiting{
         position:absolute;
         width:310;
         height:40;
         margin:-26 0 0 -40;
         z-index:100;
         }

.container_confirm_serial, .container_confirm_storno, #Final {
         float:left;
         width:310;
         height:80;
         margin:-60 0 0 390;
         }
         
*html .container_confirm_serial, .container_confirm_storno, .Final {
         float:left;
         width:310;
         height:80;
         margin:-60 0 0 390;
         }
         
.container_new_serial, .container_new_storno {
         float:left;
         width:310;
         margin:-82 0 0 390;
         }

            .ccDetailsSerialText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 15px;
            }

            .ccDetailsEANText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 15px;
            }

            .ccDetailsProductText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 15px;
            }

            .ccDetailsPriceText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 15px;
            }

            .ccDetailsSerialValue
            {
                margin-left: 120px;
                height: 15px;
            }

            .ccDetailsEANValue
            {
                margin-left: 120px;
                height: 15px;
            }

            .ccDetailsProductValue
            {
                margin-left: 120px;
                height: 15px;
            }

            .ccDetailsPriceValue
            {
                margin-left: 120px;
                height: 15px;
            }

	   .ccWait
            {
                width:280px;
                margin:-2 0 0 0;
                height:40;
                font-family: Arial, Helvetica, sans-serif;
                color: #000000;
                font-weight: bold;
            }

            /* Error dialog */
            .ccError
            {
                font-family: Arial, Helvetica, sans-serif;
                color: #FF0000;
                font-weight: bold;
                display: inline;
            }

            /* Success dialog */
            .ccSuccess
            {
                font-family: Arial, Helvetica, sans-serif;
                color: #1AAC0F;
                font-weight: bold;
                margin-top: 5px;
            }

            .ccConfirmText
            {
                font-family: Arial, Helvetica, sans-serif;
                color: #000000;
                font-weight: bold;
                display: block;
                margin:0 0 0 0px;
            }
            
#infoSerialEnter { float:left; width:210px; padding-top:5px;  }
.input_text { width:210px; }   

#stornobutton { float:left; margin-left:40px; padding-top:5px; }

#serial_status_text_pre,#serial_error_text_pre { font-weight:bold; }
#serial_status_line,#serial_error_line { display:none; }
     