div.user_info_cont{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 5;
}

div.user_info_win{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-top: -150px;
	margin-left: -200px;
	background-color: #eeeeee;
	text-align: center;
	font-family: "Arial";
}

div.user_info_title{
	margin-top: 20px;
}

td.user_info_label{
	height: 40px;
}

div.user_info_table_cont{
	display: inline-block;
	margin-top: 20px;
}

input.user_info_button{
	margin-top: 20px;
	border-color: #7951a1;
    border-style: solid;
	padding: 5px 10px;
	color: #7951a1;
}

input.user_info_button:hover{
	color: #FFFFFF;
	background-color: #7951a1;
}

input.bg_red{
	background-color: #ffb9b9;
}