/*======================================================
	support ic-recorder sound_organizer download index
=======================================================*/
.select_area {
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}
.left,
.right {
    width: 300px;
	height: 130px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.attention .text_area {
	height: 68px;
	padding-top: 10px;
}
ul.btn_area {
	width: 230px;/*20201013C*/
    margin: 0 auto;
}
ul.btn_area li {
    padding: 0;
    list-style: outside none none;
    margin: 0 0 10px 0;/*20201013C*/
}
.Button {
    background: transparent url("/support/ic-recorder/sound_organizer/download/images/linkbutton.png") no-repeat scroll 0 52%;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    cursor: pointer;
    display: inline-table;
    height: 32px;
    min-height: 32px;
    padding: 10px 0 10px 20px;
    transition: opacity 0.2s ease-in 0s;
    vertical-align: middle;
    width: auto;/*20201013C*/
}
.ButtonText {
    color: #333333;
    display: table-cell;
    font-size: 12px;
    height: 32px;
    letter-spacing: 0;
    line-height: 1.2em;
    min-height: 32px;
    padding-right: 5px;
    text-decoration: none;
    vertical-align: middle;
}
a:hover span.Button, a:active span.Button {
    background: url("/support/ic-recorder/sound_organizer/download/images/linkbutton_on.png") no-repeat scroll 0 52%;
    color: #333333;
    text-decoration: none;
}