/*Question Title*/

span.field-label
{
	font-size: 18px;
	font-weight: 400;
	color: #73737;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.input {
	width: 500px;
}


/*Checkbox / Radio Options*/
ul.mc-select > li > a
{

}

/*If div.field-content is in inline-block mode, distance between question and controls*/
span.field-label
{
	padding-right: 20px;
	margin-top: 3px;
}

/* textbox width*/
.field-content > input[type="text"]
{
	width: 300px;
	font-size: 18px;
}

/*dropdown width*/
div.field-content select
{
    width:250px;
}

/*distance between each question*/
div.field
{ 
    /*padding-top: 0px;
    padding-bottom: 0px;*/
}

/*scale rating style*/
table.scale-rating th
{
    
}

/*matrix rating level*/
table.matrix-rating th
{
    
}

table.matrix-rating td.title
{
    
}

/* radio and checkbox textbox other setting */
.specify
{
    width: 100px;
}

.btn
{ display:block; width:161px; height:39px; background:url(../images/inside/page04_btn.gif); text-align:center; margin:0 auto; color:#FFF; border:0; cursor:pointer; font-size:18px; font-family:"微軟正黑體"; line-height:39px; outline:none;
}

.btn:hover, .btn:focus {
	background-position:bottom;
}

.fieldcontainer
{
	text-align: left;
	background: #fff;
	position: relative;
}

.field
{
	display: block;
	min-height: 30px;
	clear: both;
	padding-left: 90px;
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
}
div.field-labelblock
{
    display: block;
    clear: both;
}
span.req
{
    color: red !important;
    margin: 2px 0 0 2px;
}
span.error
{
    display: none;
    float: left;
}
span.ex{
	display: block;
	color: #0ea0e1;
	font-size: 13px;
	line-height: 30px;
}
span.note{
	font-size: 13px;
	color: #626262;
	line-height: 20px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
}
span.black{
	font-size: 13px;
	color: #73737;
	line-height: 20px;
	font-weight: normal;
}
div.formfield
{
	display: block;
	min-height: 30px;
	clear: both;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.formdescription
{
    font-size: 100%;
}
li.sdescription
{
    margin: 5px 0 5px 0;
}

div.field-content
{
    display: block;    
    clear: both;
}
div.field-content-horizontal
{    
    display: inline-block;
    clear: both;
}

div.field-content input[type="text"]
{
    /*width: 250px;*/
    padding: 5px 4px;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.field-content input[type="password"]
{
    width: 250px;
    border: 1px solid #CCC;
    padding: 5px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input[type="submit"]
{
	font-size: 15px;
}
div.field-content textarea
{
    width: 98%;
    padding: 5px 4px;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.field-content select
{
    /*width: 258px;*/
    border: 1px solid #CCC;
    padding: 3px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.formfooter
{
	position: relative;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
div.ValError
{
    color: Red;
    display: block;
    font-weight: 700;
    text-align: center;
}
#ctlPrev
{
    position: absolute;
    top: 2px;
    left: 5px;
}
#ctlNext
{
    position: absolute;
    top: 2px;
    right: 5px;
}
div.confirmation
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    min-height: 100px;
    text-align: center;
    font-weight: 600;
}

ul.stitle
{
    padding: 0;
    margin: 7px 12px 12px 11px;
    border-bottom: 1px solid #e0e0e0;
}
ul.stitle li
{
    list-style-type: none;
}
li.stitle
{
    font-size: 16px;
    font-weight: bold;
}
table.scale-rating th
{
    
}
.scale-rating th, .matrix-rating th
{
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px 5px 5px;
}
table.scale-rating td
{
    text-align: center;
    border-top: 1px solid #A0A0A0;
    padding: 10px 0;
    width: 50px;
    font-weight: bold;
}
table.matrix-rating
{
    min-width: 50%;
}
table.matrix-rating td.title
{
    text-align: left;
    border-top: 1px solid #A0A0A0;
    padding: 3px 0;
}
table.matrix-rating td
{
    text-align: center;
    padding: 2px 0 6px 0;
}
table.matrix-rating a.rate-off
{
    padding: 12px 17px;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;
    cursor: default;
    display: inline-block;
    background: #D6D6D6;
    background-image: -moz-linear-gradient(top,#dadada,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dadada),color-stop(1,#ccc));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada',EndColorStr='#cccccc')";
}
table.matrix-rating a.rate-on
{
	display: inline-block;
	height: 16px;
	text-decoration: none;
	/*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) !important;*/
	background: #4C4C4C !important;
	background-repeat: no-repeat !important;
	background-position: 50% 55% !important;
	/*background-image: url(/SurveyCollector/images/radio-on.png),-webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: background-image:url(/SurveyCollector/images/radio-on.png),-moz-linear-gradient(top,#828282,#4C4C4C) !important;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: default;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 4px;
	padding-left: 17px;
}
table.matrix-rating a.rate-on:hover
{
    /*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) no-repeat 50% 50% !important;*/
    background: #4C4C4C no-repeat 50% 50% !important;
}
table.scale-rating a.rate-off
{
    padding: 3px 15px;
    cursor: default;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;
    display: inline-block;
    background: #D6D6D6;
    background-image: -moz-linear-gradient(top,#dadada,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dadada),color-stop(1,#ccc));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada',EndColorStr='#cccccc')";
}
table.scale-rating a.rate-on
{
    padding: 3px 15px;
    text-decoration: none;
    color: #fff;
    background: #4C4C4C;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: -moz-linear-gradient(top,#828282,#4C4C4C) !important;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#828282',EndColorStr='#4C4C4C')";
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
table.scale-rating a.rate-on:hover
{
    background: #4C4C4C;
}
a.rate-off:hover
{
    background: #828282 !important;
}
ul.mc-select
{
    padding: 0;
    margin: 1px 0 0 2px; 
}
ul.mc-select > li
{
	position: relative !important;
	margin: 0 !important;
	/*font-size: 12px !important;*/
	list-style: none !important;
	cursor: default !important;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 10px;
}
ul.mc-select > li:first-child
{
    /*border-top: 1px solid #E0E0E0;*/
}
ul.mc-select > li > a
{
	display: block;
	text-decoration: none;
	vertical-align: top;
	color: inherit;
	background-position: left center;
	cursor: default;
	margin-bottom: -10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
}
ul.mc-select > li > div > a
{    
    margin: -10px 0 -10px -10px;
    padding: 12px 10px 12px 25px;
    text-decoration: none;
    vertical-align: top;
    color: inherit;
    background-position: left center;
    cursor: default;
}
ul.mc-select > li > div > input
{
    margin: -6px 0 -10px 0px;
    /*display: none;*/
    height:14px;
}

.clear1
{
    height: 1px;
    font-size: 1px;
    padding: 0;
    clear: left;
}

.powby
{
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.specifybox
{
    height: 10px; 
    width: 80px; 
    display: list-item;
    background-color: red;
    font-size:50px;
}
.inline
{
    display: inline-block !important;
}
.horizontal > li {
    display: inline-block;
}
div.hide {
    display: none !important;
}

/**/
.mco{
	float: left;
}
.org{ color:#fc5300; font-size:13px;}
.txtt{ clear:both; color:#474747; line-height:22px;}
.clee{ display:block; height:1px;clear:both;}

.nob{
	display: block;
	width: 70px;
	height: 51px;
	position: absolute;
	left: 5px;
	top: 20px;
}
.no1{
	background-image: url(../images/no1.png);
	background-position: center;
}
.no2{
	background-image: url(../images/no2.png);
	background-position: center;
}
.no3{
	background-image: url(../images/no3.png);
	background-position: center;
}
.no4{
	background-image: url(../images/no4.png);
	background-position: center;
}
.no5{
	background-image: url(../images/no5.png);
	background-position: center;
}
.no6{
	background-image: url(../images/no6.png);
	background-position: center;
}
.no7{background:url(../images/no7.html);}
.no8{background:url(../images/no8.html);}
.no9{background:url(../images/no9.html);}
.no10{background:url(../images/no10.html);}

.mco .selected {

}
