﻿@charset "UTF-8";
@import "../mixins.less";
@import "../Page.less";


p.txt {
    margin:20px 0px 20px 0px;
	position:relative;
	z-index:30;
	line-height:24px;
}
.div.txt {
    margin:20px 0px 40px 0px;
	line-height:24px;
}

.left {
float:left;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
float:left;
}
.col1 {
    width:8%;
}
.col2 {
    width:16%;
}
.col3 {
    width:25%;
}
.col4 {
    width:32%;
}
.col5 {
    width:40%;
}
.col6 {
    width:48%;
}
.col7 {
    width:56%;
}
.col8 {
    width:64%;
}
.col9 {
    width:75%;
}
.col10 {
    width:82%;

}
.col11 {
    width:91%;

}
.col12 {
width:100%;
}
#twocolcontent .group_center {
    width:1150px;
}
.full-page {
    width: 900px;
    margin: 100px auto 150px auto;
	
	input {
		height:31px;
	}
	

    .col6 {
        

        select.w-full {
            width: 408px; /*full width*.48-24*/
			 
        }

        .col6 {
            select.w-full {
                width: 183px; /*full width*.48-24*/
				 
            }
        }
    }

        .col6.right {
            float: right;
            text-align: left;
        }
}
.full-page .txt h3 {
     margin-bottom: 2px;
}

.full-page h3 {
   
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    color:#666;

    span.subtitle {
        font-size: 70%;
        display: block;
        clear: both;
        color: @color4;
    }

    span.date {
        font-size:12px;
        display: block;
        clear: both;
        color: @color4;
    }
}

.right-column {
    float: right;
    text-align: left;
    width: 820px;
    margin-top:60px;
    h3 {
        text-align:center;
    }
}
.jqTransformSelectWrapper {
    clear:both;
    margin:6px 0;
}
.w-full {
    width:100%;
	 
}








 