
/*----------------------------------*/
#sign-in
{
    width: 310px;
    height: 500px;
    background: url(../images/form-bg.png) no-repeat;
    float: left;
    margin-top: -40px;
}
#sign-in DIV
{
	padding: 120px 40px 10px;
}
/*----------------------------------*/
#god-select
{
	width: 320px;
	height: 550px;
	border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(20%,20%,40%,0.6);
	float: inherit;
	background-image:  url(../images/god-select-bg.png);
	margin: 0 0 10px;
	background-size: 101%;
	z-index: 99;
	background-repeat: no-repeat;
	
}
#god-select .select
{
	width: 322px;
	height: 555px;
	display: none;
	z-index: 99;
}
#god-select .select IMG
{
	position: absolute;
	bottom: 16px;
	margin-left: 104px;
	z-index: 1;
}
#ShowText {
    width: 171px;
    height: 107px;
    position: absolute;
    float: right;
    margin-left: 393px;
    margin-top: 380px;
    background-color: #ffe1ff;
    font-family: Microsoft JhengHei;
    font-weight: bolder;
    word-break: break-all;
    font-size: 17px;
        padding: 8px 14px;
}
.ShowSample {
    width: 176px;
    height: 194px;
    background-image: url(../images/god-show-bg.png);
    background-size: contain;
}
.showmessage {
    width: 176px;
    height: 132px;
    display: inline-block;
    margin-top: 63px;
    margin-left: 5px;
}
.showmessage .Member
{
	margin-top: 7px;
	font-size: xx-small;
}
.showmsg {
    display: table;
    font-size: 16px;
    width: 144px;
    margin: 13px;
    word-break: break-all;
    font-family: Microsoft JhengHei;
}
/*----------------------------------*/
#god-list
{
	margin: 10px 0;
	font-size: 0;
}
#god-list img
{
	box-shadow: 2px 2px 2px rgba(20%,20%,40%,0.5);
}
/*----------------------------------*/
/*#att
{
	margin: 30px 20px 0;
}*/
/*----------------------------------*/
#more-bless
{
	margin: 0 auto;
	text-align: center;
}
/*----------------------------------*/
#success
{
	margin: 0 auto;
	width: 600px;
}
/*----------------------------------*/
#right-col
{
	width: 186px;
	float: left;
}
#right-col TABLE P
{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1.4em;
}
/*----------------------------------*/
FORM
{
    width: 230px;
    margin: 207px 0 0 52px;
    line-height: 1.25em;
}
FORM EM
{
	display: inline-block;
	zoom: 1;
	display: inline;
	width: 76px;
	font-style: normal;
	font-weight: bold;
	margin: 2px 0;
	color: #8C445A;
}
FORM INPUT, FORM TEXTAREA, FORM SELECT
{
	padding: 2px;
	border: 1px solid #CFB4DC;
	margin: 0 0 6px;
	color: #717171;
	font-size: initial;
}
FORM input[type="text"]
{
	width: 65%;
}
/*
FORM input[type="button"]
{
	float:right;
	margin-right: 60px;
}*/
FORM TEXTAREA
{
	width: 216px;
    height: 125px;
    display: block;
    resize: none;
    font-family: Microsoft JhengHei;
    font-weight: bolder;
    overflow: hidden;
    word-break: break-all;
	line-height: 1.3em;
    padding: 8px 19px;
    font-size: 21px;
}
FORM .submit {
    float: right;
    margin-right: 15px;
    margin-top: -4px;
}

