html,
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei",Arial,Helvetica,新細明體,sans-serif;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
    display: inline-block;
}  /* for IE/Mac */
 
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment and read this CSS rule. Don't ever use a normal HTML comment inside the CC or it will close prematurely. */

.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}


ol li,
ul ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

b, strong {
	font-weight: bold;
}
i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,"Myriad Web Pro",Calibri,Tahoma,Helvetica,微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei","Lucida Sans Unicode",新細明體,sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}
h1 {
    font-size: 27px;
    line-height: 28px;
}
h2 {
    font-size: 25px;
    color: #333;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 17px;
}


form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999;
}

label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	color: #4b4b4b;
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	height: 20px;
	/*padding: 4px 6px;*/
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}



textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	      transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input:focus:invalid:focus, 
textarea:focus:invalid:focus, 
select:focus:invalid:focus {
	color: #4b4b4b;
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 30px;
}

select {
	/*width: 220px;
	width: auto;*/
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 2px;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}





.btn {
	display: inline-block;
	*display: inline;
	/*padding: 4px 12px;*/
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
	      transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
	      box-shadow: none;
}


.btn_blue {
	background-image: none;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
}

.btn_blue:hover,
.btn_blue:focus,
.btn_blue:active,
.btn_blue.active,
.open .dropdown-toggle.btn_blue {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.btn_blue:active,
.btn_blue.active,
.open .dropdown-toggle.btn_blue {
	background-image: none;
}
.btn_blue.disabled,
.btn_blue[disabled],
fieldset[disabled] .btn_blue,
.btn_blue.disabled:hover,
.btn_blue[disabled]:hover,
fieldset[disabled] .btn_blue:hover,
.btn_blue.disabled:focus,
.btn_blue[disabled]:focus,
fieldset[disabled] .btn_blue:focus,
.btn_blue.disabled:active,
.btn_blue[disabled]:active,
fieldset[disabled] .btn_blue:active,
.btn_blue.disabled.active,
.btn_blue[disabled].active,
fieldset[disabled] .btn_blue.active {
	background-color: #428bca;
	border-color: #357ebd;
}


.btn,
input,
textarea {
	padding: 4px 1%;
	width: 96%;
}
select {
	width: 99%;
}





#wrapper {
	width: 100%;
}
#mform {
	
}

#mform .mform_wrap {
	width: 92%;
	margin: 4%;
	overflow: hidden;
	/*background: #f7f7f7;
	border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}


/*
#mform .mform_wrap .form_head, 
#mform .mform_wrap .form_content {
	padding: 2%;
}
*/
#mform .mform_wrap .form_head {
	border-bottom: 1px solid #fff;
}
#mform .mform_wrap .form_head p {
	color: #333;
}

#mform .mform_wrap .form_content {
	color: #4b4b4b;
	border-top: 1px solid #eee;
}
#mform .mform_wrap .form_content i {
	margin-right: 4px;
}

#mform .mform_wrap .twoBlock .group {
	width: 50%;
	float: left;
}
#mform .mform_wrap .group {
	margin: 5px 0;
}
#mform .mform_wrap .group label,
#mform .mform_wrap .group sup {
	vertical-align: top;
}
#mform .mform_wrap .group textarea {
	height: 160px;
}
#mform .mform_wrap .notgroup input {
	margin-top: -2px;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0;
	 -moz-border-radius: 0;
	      border-radius: 0;
}
#mform .mform_wrap .notgroup label {
	display: inline-block;
	margin-bottom: 0;
}
#mform .mform_wrap .form_content .btn {
	margin-bottom: 10px;
}





#mform .feedback_form {
	
}
#mform .feedback_form input {
	width: 95%;	
}




#mform .support_form {
	
}
#mform .support_form #slide_info_trigger {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#mform .support_form #slide_info_content {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-bottom: 10px;
}
#mform .support_form span.required {
	color: #C11B17;
	vertical-align: top;
}
#mform .support_form select {
	width: 96%;
}
#mform .support_form input {
	width: 92%;
}




input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder, { 
	color: transparent; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	color: transparent; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent; 
}








/* test for whats new page */
/*
body.ds_cam_bg {
	background: rgb(46,60,74); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlM2M0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(46,60,74,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,60,74,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top, rgba(46,60,74,1) 0%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(top, rgba(46,60,74,1) 0%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top, rgba(46,60,74,1) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(46,60,74,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3c4a', endColorstr='#ffffff',GradientType=0 ); 
	background-size: 10px 20px;
	background-repeat: repeat-x;
}
*/

#mform .whats_new .version_wrap {
	margin-bottom: 5%;
}
#mform .whats_new .version {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#mform .whats_new .update_time {
	font-size: 12px;
	color: #666;
}
#mform .whats_new ul li,
#mform .whats_new ol li {
	line-height: 22px;
	margin-bottom: 5px;
}

/*
body.ds_audio_bg {	
	background: rgb(118,191,67); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YmY0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(118,191,67,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,191,67,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top, rgba(118,191,67,1) 0%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(top, rgba(118,191,67,1) 0%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top, rgba(118,191,67,1) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(118,191,67,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76bf43', endColorstr='#ffffff',GradientType=0 ); 
	background-size: 10px 20px;
	background-repeat: repeat-x;
}
*/


.full_width #mform .mform_wrap {
	margin: 0;
	padding: 4% 0;
	width: 100%;
}
.full_width #mform .whats_new .version_wrap {
	padding: 0 4%;
	width: 92%;
}
#mform .whats_new .ds_cam .head {
	color: #0088CC;
	padding-left: 4%;
	border-bottom: 2px solid #46515c;
}
#mform .whats_new .ds_cam .version {
	border-bottom: none;
}
#mform .whats_new .ds_cam .head {
	margin-bottom: 20px;
}

#mform .whats_new .ds_audio .version {
	border-bottom: 2px solid #76BF43;
}
#mform .whats_new .ds_audio .head {
	margin-bottom: 20px;
}


