/* レイアウト要素 */
#fixed
{
	width: 250px;
	margin:0px auto;
	padding:0px;
}
#loginbox
{
	height:104px;
	position:absolute;
	top:36%;
	padding: 4px;
	border: solid 1px #039;
	font-size:16px;
	line-height:22px;
	color:#039;
	background-color:#FFF;
}
#loginbox th
{
	width: 50px;
	text-align:right;
}
#cap
{
	padding:1px 0px 1px 4px;
	color:#FFF;
	background-color:#039;
}
#atten
{
	padding: 6px 0px 0px 22px;
	font-size: 12px;
	color: #C30;
	line-height: 14px;
}
#atten p
{
	margin: 0px;
}
.box{
    background-image:-moz-linear-gradient(top, #FAD502, #E89502);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAD502), to(#E89502), color-stop(1,#E89502));
}
 
.topright{
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
 
.bottomleft{
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}