﻿td {
    padding:2px;
}
#log_main {
	margin: 0 auto;
}
#log_top {
    background-repeat:repeat;
    position:relative;
    background-image:url(/_static/i/0/top.png);

    border:1px solid black;
    border-bottom:none;

	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#log_body {
    border:1px solid black;
    background-color:#464646;
}
#log_body_left {
    padding:20px;
}
#log_body_right {
    float:right;
    width:308px;
    height:315px;
}

#log_bottom {
    background-repeat:repeat;
    position:relative;
    background-image:url(/_static/i/0/top.png);

    border:1px solid black;
    border-top:none;

	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.reg_button {
    width:216px;
    height:53px;
    font-size:28px;
}
#log_topic {
    color:white;
    font-weight:bold;
    font-size:14px;
}
#mmt {
    border-left:1px solid black;
    border-right:1px solid black;
    background-repeat: repeat;
}

	#mmt a {
		font-size: 10px;
	}

.container {
	max-width: 780px;
}

@media screen and (max-width: 720px) {

	#log_top {
		background-size: contain;
	}

	#log_top_signin div,
	#log_top_signin td,
	#log_top_signin span,
	#log_top_signin #u,
	#log_top_signin #p {
		font-size: 14px;
	}

	#bsubmit {
		font-size: 16px;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}