body{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.opt_in_out{
	margin: 0;
	padding: 0;
	border-radius: 4px;
}
.panel_head{
	color: #4d148c;
	font-size : 1.6em;
	font-weight: bold;
	top: 20px;
}
.panel_head span{
	color: #4d148c;
	padding: 10px 15px 10px 15px;
}
.panel_main{
	padding: 10px 15px 15px 15px;
	color: #666666;
}
.panel_main .input{
    padding: 2px;
    border: 1px solid #CCCCCC;
    color: #666666;
}
.div_button{
	background-color: #4D148C;
    background: -moz-linear-gradient(top,rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
    background: -webkit-linear-gradient(top,rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
    background: -o-linear-gradient(top,rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
    background: -ms-linear-gradient(top,rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
    background: linear-gradient(top,rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	border: 0;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 13px;
    cursor: pointer;
    height: 24px;
    color: #fff;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.div_button_disable{
	background-color: #666666;
    background: -webkit-linear-gradient(top,rgba(153,153,153,1) 0,rgba(102,102,102,1) 50%);
	border: .1em solid #ccc;
    margin: 0px;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 13px;
    cursor: pointer;
    height: 24px;
    color: #fff;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.step_title{
	font-weight: bold;
    color: #4d148c;
    padding: 0;
    margin: 0 0 25px 0;
}
.err_msg,.err_msg_codes{
	color: #ff0000;
    clear: both;
}
.step_2 tr{
	height: 60px;
}
.item_list{
	padding-left: 10px;
	font-size: 15px;
}
.header{
	background: #FFFFFF;
	padding: 15px;
    line-height: 1.6em;
    margin: -50px 10px 20px 15px;
    color: #666666;
}
.content{
    line-height: 1.6em;
    margin: -10px 0 0 0;
    color: #666666;
}
.empt_space{
	width:100%;
	height:22px;
	margin: 0;
    background: #F5F5F5;
}
.item_list_tip_div{
	margin: 5px 5px 0 14px;
}
.item_list_tip{
	font-size: 12px;
	padding-left: 2em;
	margin-top: 2px;
}