/* Common Box */
.commonBox{
    padding: 10px 10px 20px;
    margin: 0px;
    width: 100%;
    display: block;
    background-color: white;
}

.baseSaaS .commonBox{
    border: none;
    margin: auto;
}


.commonBoxTitle{
    border-bottom: 1px solid #CCCCCC;
    color: #3E3D40;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 0;
}

.baseSaaS .commonBoxTitle{
    background-color: #CCCCCC;
    color: white;
    font-size: 22px;
    font-weight: normal;
    padding: 2px 15px;
    position: relative;
    text-shadow: 1px 1px 1px #666666;
}
.commonBoxContent{
    color: #58585A;
    display: block;
    margin: 0 10px 10px;
    padding: 0;
}
.baseSaaS .commonBoxContent{
    display: block;
    margin:10px;
    padding:0px;
    color:#58585A;
}

.commonBoxContent h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.commonBoxContent h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
}

.commonBoxContent p{
    font-size: 13px;
    line-height: 1.4em;
    color: #58585A;
    margin: 10px 0;
}
.commonBoxContent p.alert_blue{
   background-color: #CEE7FF;
    background-image: url("/images/info_warning.png");
    background-position: 6px 11px;
    background-repeat: no-repeat;
    border: 1px solid #91C4DA;
    font-size: 13px;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 10px 10px 30px;
}
.commonDialogOK{
    background-color: #D7F1D7;
    background-image: url("/images/ok_warning.png");
    background-position:5px 2px;
    background-repeat: no-repeat;
    border: 1px solid #D2E59A;
    display: block;
    margin: 5px auto;
    padding: 5px 5px 5px 30px;
    text-align: left;
    width: auto;
    line-height: 1em !important;
}
.commonDialogOKAdd{
    background-color: #D7F1D7;
    background-image: url("/images/plus_info.png");
    background-position:5px 2px;
    background-repeat: no-repeat;
    border: 1px solid #D2E59A;
    display: block;
    margin: 5px auto;
    padding: 5px 5px 5px 30px;
    text-align: left;
    width: auto;
}
.commonButtonMediumGrey{
              background-color:#e5e2ed;
  background-image: -moz-linear-gradient(center top ,  #f5f4f9, #e5e2ed); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f4f9),color-stop(1, #e5e2ed)); 
  background-image: linear-gradient(top, #f5f4f9, #e5e2ed);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f4f9', EndColorStr='#e5e2ed'); 
            
    border: 1px solid #888888;
    
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;

    color: #3E3D40 !important;
    font-size: 16px;
    font-weight: bold;
    margin: 5px auto 5px 10px;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    }
.commonButtonMediumBlue{
          background-color:#006699;
  background-image: -moz-linear-gradient(top, #24A3DA, #006699); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#24A3DA),color-stop(1, #006699)); 
  background-image: linear-gradient(top,#24A3DA, #006699);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A3DA', EndColorStr='#006699'); 
            
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
    
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
text-shadow: 0 1px 1px black;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    margin: 5px auto 5px 10px;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    }    
.commonButtonMediumGreen{
          background-color:#8ec73d;
  background-image: -moz-linear-gradient(top, #8ec73d, #709c32); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8ec73d),color-stop(1, #709c32)); 
  background-image: linear-gradient(top,#8ec73d, #709c32);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8ec73d', EndColorStr='#709c32'); 
            
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
    
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
text-shadow: 0 1px 1px black;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    margin: 5px auto 5px 10px;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    }
.commonButtonBigBlue{
        padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);

    border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px;	
    text-shadow: 0 1px 1px black;
    -moz-box-shadow: 0px 1px 0px rgba(255,​ 255,​ 255,​ 0.3) inset,​ 0px 1px 2px rgba(0,​ 0,​ 0,​ 0.1); /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 0px rgba(255,​ 255,​ 255,​ 0.3) inset,​ 0px 1px 2px rgba(0,​ 0,​ 0,​ 0.1); /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 0px rgba(255,​ 255,​ 255,​ 0.3) inset,​ 0px 1px 2px rgba(0,​ 0,​ 0,​ 0.1); /* Opera 10.5, IE9 */
    	
		-webkit-transition: border-color .1s ease-in-out;
		-moz-transition:  border-color .1s ease-in-out;
		-o-transition:  border-color .1s ease-in-out;
		-ms-transition:  border-color .1s ease-in-out;
		transition:  border-color .1s ease-in-out;	

          background-color:#006699;
  background-image: -moz-linear-gradient(top, #24A3DA, #006699); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#24A3DA),color-stop(1, #006699)); 
  background-image: linear-gradient(top,#24A3DA, #006699);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A3DA', EndColorStr='#006699'); 

    color: white !important;
    display: block;;
    float: left;
    clear: both;
    margin-top: 15px;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.commonBoxContent p.black{
    font-weight: bold;
}

.commonBoxContent p.li{
    margin-left: 15px;
    padding-left: 18px;
    background-image: url(/images/plist.png);
    background-position: top left;
    background-repeat: no-repeat;
    

    font-size: 13px;
    line-height: 1.4em;
    color: #58585A;
}

.commonBoxContent ul li{
    font-size: 13px;
    line-height: 1.4em;
    color: #58585A;
}



.commonBoxContent .center_white_button{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto;
    padding: 8px 15px;
    text-align: center;
    width: 100px;
}

.commonBoxContent .center_white_button:hover{
    color:white !important;
}

.commonBoxContent .genericTable{
    width: 95%;
    margin:15px auto;    
}

.commonBoxContent .genericTable .midsize{
    width: 220px;
}

.commonBoxContent .genericTable .shortsize{
    width: 90px;
}

.commonBoxContent .genericTable .saas{
    
    padding:2px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    
}


.commonBoxContent .genericTable th{
    border:1px solid #9C9C9C;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.commonBoxContent .genericTable td{
    border:1px solid #9C9C9C;
        text-align: center;
    vertical-align: middle;
    padding:10px;
}
.commonBoxContent .genericTable .clean{
    border:none;
}

.commonBoxContent a{
    color:#1465B7;
}
.commonBoxContent a:hover{
    color:#1465B7;
    text-decoration: underline;
}


.boxNewsletter h2{
    border-bottom: 3px solid #CCCCCC;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.boxNewsletter h2.newsletterHistory{
    border-bottom: 3px solid #CCCCCC;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.boxNewsletter .registerUtype ul.recat {
    margin: 15px 0 0 !important;
}

.boxNewsletter p.recatp {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 !important;
}

.boxSubscribeForm ul{
    float: left;
}
.boxSubscribeForm ul li {
    display: block;
    height: 30px;
}
.boxSubscribeForm ul li label{ 
   display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-right: 5px;
    text-align: right;
    width: 220px;
}

.boxSubscribeForm ul li label.fullline{
   display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    padding-right: 5px;
    text-align: right;
    width: 220px;
}

.boxSubscribeForm ul li input{

}

.boxSubscribeForm input.submitButton {
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    padding: 3px;
    line-height: 1.4em;
}

.commonBoxSmall{
    display: block;
    margin: 10px 15px;
    width: 440px;
}

.commonBoxSmallTitle{
    border-bottom: 1px solid #CCCCCC;
    color: #3E3D40;
    font-size: 21px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.commonBoxSmallSubTitle{
    color: #3E3D40;
    font-size: 16px;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.commonBoxLineEndingOptions{
    margin: 0 10px 10px;
}
.commonBoxLineEndingOptions .line{
    color: #585858;
    font-size: 15px;
    margin: 5px 0;
}
.commonBoxLineEndingOptions .line .ending{
    background-color: #3E3D40;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
}
.commonBoxLineEndingOptions .line .ending.ending_red{
    background-color: red;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
}
.commonBoxLineEndingOptions .line .ending.ending_green{
    background-color: green;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
}



.commonBoxSmallList{
    display: block;
    float: left;
    margin: 5px 10px;
}

.commonBoxSmallList li{
    background-image: url("/images/icon_set/glyph/list.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    line-height: 1.2em;
    padding: 0 0 8px 20px;
    text-align: left;
}

.commonBoxSmallList li a{
    color: #585858;
    text-decoration: underline;
}

/* forms */
.commonFormWrap{
    width: 100%;
}
.commonFormWrap h4{
    color: #3E3D40;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.commonFormWrap ul{
    padding: 10px 0px;
}
.commonFormWrap ul li{
    display: block;
    margin: 0 0 5px;
    clear: both;
}
.commonFormLabel,
.commonFormWrap ul li label{
    font-size: 14px;
    margin: 0 10px 5px 0;
    color:#3E3D40;
}
.commonFormInput,
.commonFormWrap ul li input{
    font-size: 17px;
    margin: 0 0 5px;
    padding: 3px 5px;
	-moz-box-shadow: inset 0 1px 2px #CCCCCC; -webkit-box-shadow: inset 0 1px 2px #CCCCCC; box-shadow: inset 0 1px 2px #CCCCCC;	
		-webkit-transition: border-color .1s ease-in-out;
		-moz-transition:  border-color .1s ease-in-out;
		-o-transition:  border-color .1s ease-in-out;
		-ms-transition:  border-color .1s ease-in-out;
		transition:  border-color .1s ease-in-out;	
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
                border: 1px solid #ccc;
                line-height: 1.4em;
}
.commonFormInput100percent{
    width: 100%;
}

.commonFormTextarea,
.commonFormWrap ul li textarea{
    font-size: 17px;
    margin: 5px 0;
    padding: 3px 5px;
	-moz-box-shadow: inset 0 1px 2px #CCCCCC; -webkit-box-shadow: inset 0 1px 2px #CCCCCC; box-shadow: inset 0 1px 2px #CCCCCC;	
		-webkit-transition: border-color .1s ease-in-out;
		-moz-transition:  border-color .1s ease-in-out;
		-o-transition:  border-color .1s ease-in-out;
		-ms-transition:  border-color .1s ease-in-out;
		transition:  border-color .1s ease-in-out;	
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
                border: 1px solid #ccc;
                display: block;
                width: 83%;
                
}
.commonFormInput:focus,
.commonFormWrap ul li input:focus{
    background-color:#EDF7FD;
}

.commonFormWrap ul li .checkbox_list{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:0px;
}
.commonFormWrap ul li .checkbox_list li{
    clear: none;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 5px 0 0;
}
.commonFormWrap ul li .checkbox_list li label{
    font-size: 12px;
    margin:0px;
     padding:0px;
}
.commonFormWrap ul li .checkbox_list li input{
     font-size: 12px;
     margin:0px;
     padding:0px;
}

.commonFormWrap ul li.submit{
    padding: 5px;
    text-align: right;
}
.commonFormWrap ul li.submit .input_submit,
.commonFormWrap ul li.submit input{
                  background-color:#006699;
  background-image: -moz-linear-gradient(center top ,  #24A3DA, #006699); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#24A3DA),color-stop(1, #006699)); 
  background-image: linear-gradient(top, #24A3DA, #006699);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A3DA', EndColorStr='#006699'); 
            
    border: 1px solid #006699;
    
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;

    color: white;
    font-size: 23px;
    font-weight: bold;
    margin: 0px;
    padding: 4px 8px;
    text-align: center;
    
    cursor: pointer;
}

.commonFormWrap h5{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 10px;
}
.commonFormWrap ul li ul.error_list{
    display:inline;
}
.commonFormWrap ul li ul.error_list li,
.commonFormWrap span.myErrorList {
   background-color: transparent;
    background-image: none;
    border-width: 0;
    color: red !important;
    display: block;
    float: right;
    font-size: 12px;
    margin: 1px;
    padding: 5px;
}

.commonBoxNoMargin{
    margin: 0px !important;
}


/*timeline*/

.commonTimeline1{
    width: 440px;
}

.commonTimeline1 .timeline_start{
    float: left;
    font-size: 10px;
    font-weight: bold;
}
.commonTimeline1 .timeline_end{
    float: right;
    font-size: 10px;
    font-weight: bold;
}
.commonTimeline1 .timeline_line {
    background-image: url("/images/timeline.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 12px;
    width: 100%;
}
.commonTimeline1 .timeline_line_completed{
    background-image: url("/images/timeline_complete.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 12px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}
.commonTimeline1 .timeline_line_completed_red{
    background-image: url("/images/timeline_complete_red.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 12px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}
.commonTimeline1  .timeline_current{

    
    
}
.commonTimeline1  .timeline_current img{

    
    
}
.commonTimeline1 .timeline_current span{
    background-color: #3E3D40;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    position: relative;
}

.timeline_floating_trial_start{
    position:absolute; 
    top: -25px; 
    right: 10px
}

.commonItemCounter {
    margin-top: 10px;
}
.commonItemCounter .itemcounter_line {
    background-image: url("/images/item_counter.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
}
.commonItemCounter .itemcounter_line_completed_green{
    background-image: url("/images/item_counter_green.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #3E3D40;
    line-height: 20px;
}

.commonItemCounter .itemcounter_line_completed_red{
    background-image: url("/images/item_counter_red.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #3E3D40;
    line-height: 20px;
}

.itemcounter_options{
}
.itemcounter_options .line{
    color: #585858;
    font-size: 12px;
    margin: 5px 0;
}
.itemcounter_options .line .ending{
    background-color: #3E3D40;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
}
.itemcounter_options .line .ending.ending_red{
    background-color: red;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
}
.itemcounter_options .line .ending.ending_green{
    background-color: green;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
}

.commonPlanSummary{
    border-bottom: 1px dashed #888888;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.commonPlanSummaryTitle{
    margin: 5px 0;
    background-color: #888888;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 8px;
    cursor: pointer;
    background-image: url("/images/icon_set/glyph/glyphicons_367_expand.png");
    background-position: 99% 5px;
    background-repeat: no-repeat;
}

.commonPlanSummaryTitleActive{
    background-color: #3E3D40;
    background-image: url("/images/icon_set/glyph/glyphicons_367_expand_white.png");
    background-position: 99% 5px;
    background-repeat: no-repeat;
}

.commonRecommender{
    
}
.commonRecommenderTitle{
    border-bottom: 1px solid #CCCCCC;
    color: #3E3D40;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.commonRecommenderSubTitle{
    background-image: url("/images/term.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-left: 25px;
}
.commonRecommenderSection{
    border-bottom: 1px solid #EEEEEE;
    margin: 15px 0;
}
.commonRecommenderSectionItem{
    border-bottom: 1px dashed #CCCCCC;
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 10px 5px 20px;
    padding-bottom: 5px;
    width: auto;
    padding-left: 20px;
    background-image: url(/images/result.png);
    background-repeat: no-repeat;
    background-position: 5px 1px;
    
}
.commonRecommenderSectionItem:last-child{
    border-bottom: 0px dashed #CCCCCC;
}


.commonRecommenderA {
    display: block;
    font-size: 1.2em;
    font-style: italic;
    margin: 20px;
    text-align: right;
}

.commonRecommenderSectionItemTitle{
    color: #444444;     
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0;    
    line-height: 1.1em;     
    margin: 0px !important;     
    padding: 0px !important;
    display: inline;
}
.commonRecommenderSectionItemTitleExtend{
    color: #999999 !important;
    display: inline-block;
    font-size: 0.7em;
    line-height: 1;
    text-transform: capitalize;
}


.commonRecommenderSubmitFormReq {
        background-image: url("/images/mail_send.png");
        background-position: left center;
        background-repeat: no-repeat;
	border:none;
        color: white !important;
        text-shadow:0 1px 1px #777777;
        background-color: #88D588;
        letter-spacing: -1px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
        padding:3px 8px 3px 35px;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #777777;
        display:block;
        float: right;
        margin: 10px 10px 0;
}
.commonRecommenderSubmitFormReq:hover{
    box-shadow: 1px 1px 1px #585858;
    text-shadow: 0 1px 1px #585858;
    color: white !important;
}
.commonRecommenderP{
    margin: 10px; font-size: 14px; line-height: 1.2em;
}


.commonRecommenderTags{
    width: 100%;
}
.commonRecommender .commonRecommenderTags{
    width: 80%
}

.commonRecommenderTags > li{   
    float: left;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0 5px 0 0px;
}
.commonRecommenderTags > li.cats{
    float: left;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0 5px 0 0px;
}


.commonRecommenderTags > li a{
    color: #777777;
    font-weight: normal;
    font-size: 11px;
}
.commonRecommenderTags > li a:after{
  content:",";
}
.commonRecommenderTags > li:last-child a:after{
  content:"";
}
.commonRecommenderTags > li.showmore a:after{
  content:"";
}
.commonRecommenderTags > li.showless a:after{
  content:"";
}
.commonRecommenderTags > li.showless a,
.commonRecommenderTags > li.showmore a{
    font-weight: bold;
    color: #545454;
}

.commonCloseDialog{
    position: absolute;
    right: 2px;
    top: 2px;
}

.commonPlansLink{
    background-image: url("/images/pricing.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.commonBoxSmallSeparation{
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 10px 10px #CCCCCC;
    display: block;
    height: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.commonGradientBlue{
                  background-color:#006699;
  background-image: -moz-linear-gradient(center top ,  #24A3DA, #006699); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#24A3DA),color-stop(1, #006699)); 
  background-image: linear-gradient(top, #24A3DA, #006699);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A3DA', EndColorStr='#006699'); 
            
    border: 1px solid #006699;
    color: white;
}


.commonBoxNote{
    background-color: #FFFFE1;
    border-color: #E3E5F2 #A7A7A7 #A7A7A7 #E3E5F2;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #545454;
    display: block;
    margin: 10px;
    padding: 10px;
}
.commonBoxNote p{
    font-size: 12px !important;
}

.commonBoxNote.alert{
    background-image: url("/images/alert.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
    padding-left: 30px;
}


.commonScrollStyle1{
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 206px !important;    
}


.commonScrollStyle1 .next {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:19px;
	width:85%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 5px;
}
.commonScrollStyle1 .next:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.commonScrollStyle1 .next:active {
	position:relative;
	top:1px;
}
.commonScrollStyle1 .back {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:85%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 5px;
}
.commonScrollStyle1 .back:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.commonScrollStyle1 .back:active {
	position:relative;
	top:1px;
}

.commonScrollStyle1Bottom{
    width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.commonScrollStyle1Bottom a{
    display: inline-block !important;
    width: 200px !important;
}
.commonScrollStyle1Bottom a.next{
    position: relative !important;
    top: 9px !important;
}
.commonButtonUI {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:Verdana;
	font-size:12px !important;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        
        margin: 10px 5px;
        padding: 0px 10px !important;
        box-shadow: none !important;
}
.commonButtonUI:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.commonButtonUI:active {
	position:relative;
	top:1px;
}
input.commonButtonUIBlue{
    line-height: 1em !important;
}
input.commonButtonUIGreen{
    line-height: 1em !important;
}
input.commonButtonUI{
    line-height: 1em !important;
}
.commonButtonUIBlue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:13px !important;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 5px;
        padding: 0px 10px !important;
        box-shadow: none !important;
}
.commonButtonUIBlue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.commonButtonUIBlue:active {
	position:relative;
	top:1px;
}

.commonButtonUIGreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #accc60), color-stop(1, #beeb55) );
	background:-moz-linear-gradient( center top, #accc60 5%, #beeb55 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#accc60', endColorstr='#beeb55');
	background-color:#accc60;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:13px !important;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
        padding-left: 10px;
        padding-right: 10px;
        margin: 20px 5px;
        padding: 0px 10px !important;
        box-shadow: none !important;
}
.commonButtonUIGreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #beeb55), color-stop(1, #accc60) );
	background:-moz-linear-gradient( center top, #beeb55 5%, #accc60 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beeb55', endColorstr='#accc60');
	background-color:#beeb55;
}.commonButtonUIGreen:active {
	position:relative;
	top:1px;
}


.commonClearMargin{
    clear:both;
    margin-bottom: 10px;
}




.commonRecommenderV2{
    
}
.commonRecommenderV2 .commonRecommenderTitle{
    border-top: 10px solid #e1e1e1;
    border-bottom: 0px;
    color: #3E3D40;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 20px;
}
.commonRecommenderV2 .commonRecommenderSubTitle{
    background-image: none !important;
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 10px 15px;
    padding: 0;
    width: 820px;
    float: left;
}

.commonRecommenderV2 .commonRecommenderSubTitle strong{
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.commonRecommenderV2 .commonRecommenderSubTitle strong a{
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.commonRecommenderV2 .commonRecommenderSection{
    border-bottom: 0px solid transparent !important;
    margin: 15px 0;
}
.commonRecommenderV2 .commonRecommenderSectionItem{
    border-bottom: 0px dashed #CCCCCC;
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 10px 15px 25px;
    padding-bottom: 15px;
    width: auto;
    padding-left: 0px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 5px 1px;
    
}
.commonRecommenderV2 .commonRecommenderSection .commonRecommenderSectionItem:last-child{
    border-bottom: 0px dashed #CCCCCC;
    margin-bottom: 0px !important;
}

.commonRecommenderV2 .listCountryLink{
    color: #999999 !important;
}

.commonRecommenderV2 .commonRecommenderA {
    color: #777 !important;
    display: block;
    float: none;
    font-size: 12px;
    font-style: normal;
    line-height: 1.2em;
    margin: 0 0 0 25px;
    text-align: left;
    width: auto;
}

.commonRecommenderV2 .commonRecommenderSectionItemTitle{
    color: #444444;     
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;    
    line-height: 1.2em;     
    margin: 0px !important;     
    padding: 0px !important;
    display: inline;
}
.commonRecommenderV2 .commonRecommenderSectionItemTitleExtend{
    color: #999999 !important;
    display: block;
    font-size: 0.7em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 5px;
}


.commonRecommenderV2 .commonRecommenderSubmitFormReq {
	border:none;
        color: white;
        text-shadow: 0 -1px 0 #585858;
        background-color: #5C9CCC;
        letter-spacing: 0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
        padding:5px 36px 5px 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #AAAAAA;
        display:inline-block;
        float: right;
        margin: 0px auto;
        width: auto;
        line-height: 1em;
        background-image: url(/images/twoarrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        margin-top: 10px;
}
.commonRecommenderV2 .commonRecommenderSubmitFormReq:hover{

    box-shadow: 1px 1px 1px black;
    text-shadow: 0 -1px 0 black;
    color: white !important;
}
.commonRecommenderV2 .commonRecommenderP{
    margin: 10px; font-size: 14px; line-height: 1.2em;
}
.commonRecommenderV2 .commonRecommenderTags{
    width: 100% !important;
}




.commonSearchListV4{
    width: 738px;
    margin:0px;
    padding: 0px;
}

.main-search-container .commonSearchListV4{
    width: auto;
}

.commonSearchListV4Section{
    border-bottom: 0px solid transparent !important;
    margin: 15px 0;
}

.commonSearchListV4Item{
    border-bottom: 0px dashed #CCCCCC;
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 10px 15px 25px;
    padding-bottom: 15px;
    width: auto;
    padding-left: 0px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 5px 1px;
}

.commonSearchListV4Item:last-child{
    border-bottom: 0px dashed #CCCCCC;
    margin-bottom: 0px !important;
}

.commonSearchListV4ItemTitle{
    color: #444444;     
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;    
    line-height: 1.2em;     
    margin: 0px !important;     
    padding: 0px !important;
    display: inline;
}
.commonSearchListV4ItemTitle a{
    
}

.commonSearchListV4ItemTitle .deadline_c{
    background-color: #c45355;
    border-radius: 5px;
    color: white;
    float: right;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    text-shadow: 0 1px 1px black;
}
.commonSearchListV4ItemTitle .deadline_near{
    background-color: #e0a541;
    border-radius: 5px;
    color: white;
    float: right;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    text-shadow: 0 1px 1px black;
}

.commonSearchListV4ItemTitleExtend{
    color: #999999 !important;
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
.commonSearchListV4ItemTitleExtend a{
    color: #999999 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}
.commonSearchListV4 .commonRecommenderTags{
    width: 100% !important;
}

.commonSearchListV4 .commonRecommenderTags h3{
    margin:0px;
    padding:0px;
}

.commonSearchListV4Image{
    display: block;
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 88px;
    font-size: 10px;
}
.commonSearchListV4Image a{
    
}
.commonSearchListV4Image img{
    border: none;
    font-size: 10px;
}
.commonSearchListV4Activity {
    background-image: url("/images/icon_set/glyph/stats2.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    color: #777777;
    display: inline-block;
    float: none;
    font-size: 10px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin: 0 !important;
    padding-left: 22px !important;
    padding-right: 5px;
    text-shadow: none;
    width: auto;
}

.commonRecommenderV2 .commonRecommenderSectionList{
    border-bottom: 0 solid transparent !important;
    margin: 5px 10px 30px;
}
.commonRecommenderV2 .commonRecommenderSectionList li{
    background-color: #f5f5f5;
    border-radius: 5px;
    float: left;
    margin: 8px 8px 0 0;
    padding: 6px;
}
.commonRecommenderV2 .commonRecommenderSectionList li .commonRecommenderSubTitle{
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: auto !important;
}
.commonRecommenderV2 .commonRecommenderSectionList li .commonRecommenderSubTitle strong{
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.commonRecommenderV2 .commonRecommenderSectionList li .commonRecommenderSubTitle strong a{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.commonBoxInsertOkBox{
    margin: 20px 0 0;
    padding: 0;
    width: 70%;
}

.commonBoxInsertOkBox .commonButtonBigBlue{
    clear: left;
}
/* SHARE */
.commonShareItemTitle{
    clear: left;
    display: block;
    margin-bottom: 20px;
}
.commonShareItemTitle img{
    float: left;
    margin-right: 10px;
    width: 130px;
}
.commonShareItemTitle h2{
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
}
.commonShareItemTitle h3{
    color: #545454;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.commonBoxShareSocial{
    border-left: 1px solid #ccc;
    float: right;
    margin-top: 20px;
    min-height: 140px;
    padding-left: 20px;
    width: 26%;
}
.commonBoxShareSocial h4{
    font-weight: bold;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.commonBoxShareSocial .addshare_inline_big {
    display: block;
    float: left;
    height: auto !important;
    overflow: hidden;
    position: relative;
    top: 4px;
    width: 220px !important;
}
.commonBoxShareSocial a{
    display: block;
    float: left;
    margin: 0 3px 10px 0;
    min-height: 32px;
}
.commonDropdownArrowRight:after, .commonDropdownArrowRight:before {
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 1em;
    width: 0;
}

.commonDropdownArrowRight:after {
    border-bottom:10px solid white;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    z-index:1;
    margin-top:1px;
}

.commonDropdownArrowRight:before {
    border-bottom:11px solid #ccc;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    margin-top:-1px;
    margin-left:-1px;
    z-index:-100;
}


.showFavoritesContainer{
    position: relative;
    display: block;
    float: right;
}

.doShowFavorites.special_tell{
    background-image: none !important;
    padding-left: 25px!important;
    padding-right: 20px!important;
}
#header .header-nav .rightmenu.new a.special_text, #header .header-nav .rightmenu.new .showFavoritesContainer a.special_tell.doShowFavorites{
    background-image: none !important;
    padding-left: 35px !important;
    padding-right: 0 !important;
}


.showFavoritesContainer .showFavoritesList{
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    color: #545454;
    left: -195px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 250px;
    z-index: 300;
}
.showFavoritesContainer.new .showFavoritesList{
    left: -185px;
}
.showFavoritesList h3{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top:0px;

}
.showFavoritesList p{
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
.showFavoritesList ul{
    margin: 10px 0;
    text-align: left;
    width: 100%;
}
.showFavoritesList ul li{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    list-style: inside none roman;
}
.showFavoritesList ul li a{
    
}
.showFavoritesList ul li a.delete{
        background-color: white;
    background-image: url("/images/cancel.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    display: block;
    float: right;
    height: 10px;
    width: 10px;
    margin-top: 3px;
}

.spanFavCounter{
    margin-left: 5px; 
    padding: 2px 3px; 
    font-size: 9px; 
    border-radius: 5px; 
    text-decoration: none; 
    background-color: #268853; 
    border: 1px solid #268853;
    
}

.noTitleStuffQuiz {
    background-color: transparent !important;
    background-image: none;
    border-color: transparent !important;
    padding: 0 !important;
}

.noTitleStuffQuiz .ui-dialog-titlebar {display:none}

.commonQuiz.soft{
    position: absolute;
    bottom: 40px;
    right: 10px;
    width: 420px;
    padding: 0px;
}

.commonQuiz.hard{
    position: relative;
    padding: 0px;
}

.commonQuiz.hard .commonQuizClose{
    color: white;
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 9000;
}
.commonQuiz.hard .commonQuizClose a{
    color: white;
}
.commonQuiz .commonQuizBox{
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(255, 255, 255, 1) inset;
    display: block;
    margin: 0 10px;
    padding: 10px 20px;
}

.commonQuiz .commonThanksBox{
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(255, 255, 255, 1) inset;
    display: block;
    margin: 0 10px;
    padding: 10px 20px;
    text-align: center;
}

.commonQuiz .commonQuizBox .commonQuizQuestion:before, .commonQuiz .commonQuizBox .commonQuizQuestion:after {
    background: url("/images/quizbg.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    content: ".";
    display: block;
    font-size: 0;
    height: 7px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 9px;
}
.commonQuiz .commonQuizBox .commonQuizQuestion:after {
    background-position: -10px 0;
    left: auto;
    right: 0;
}


.commonQuiz .commonQuizBox .commonQuizQuestion{
    background: none repeat scroll 0 0 #007fbe;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin: 0 -30px 10px;
    padding: 8px 30px;
    position: relative;
}
.commonQuiz .commonQuizBox .commonQuizOptions{
    
}
.commonQuiz .commonQuizBox .commonQuizOptions ul{
    
}
.commonQuiz .commonQuizBox .commonQuizOptions ul li{
    margin: 4px 0;
}
.commonQuiz .commonQuizBox .commonQuizOptions ul li label{
    border: 1px solid #dde7e8;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 6px;
}


.commonQuiz .commonQuizBox .commonQuizOptions ul li:hover label {
    background: none repeat scroll 0 0 #f2fafb;
    border-color: #d1d1d1;
}

.commonQuiz .commonQuizBox .commonQuizOptions ul li label input{
    float: left;
}

.commonQuiz .commonQuizBox .commonQuizOptions ul li label span{
    float: left; 
    display: block; 
    margin-left: 5px; 
    width: 93%;
}