﻿/* regist_or_login */
#regist_or_login {
	text-align: center;
	margin-bottom: 10px;
	max-width: 200px;
}

	#regist_or_login div.regist_or_login_navi,
	#new_regist_from_know_brother div.regist_navi,
	#my_product_support div.my_product_support_description div.description {
		font-size: 8.5pt;
		line-height: 14px;
	}

	#regist_or_login button {
		border: 1px solid #000000;
		width: 172px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#regist_or_login div.new_regist {
	}

		#regist_or_login div.new_regist a.btn_new_regist {
			background-position: center center;
			height: 81px;
			width: 192px;
			background-image: url('/BOL/Resources/img/btn_left_menu_regist.png');
			background-repeat: no-repeat;
			border: none;
			text-decoration: none;
			display: inline-block;
			cursor: pointer;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}

			#regist_or_login div.new_regist a.btn_new_regist:hover {
				background-image: url('/BOL/Resources/img/btn_left_menu_regist_hover.png');
			}
			
		#regist_or_login div.new_regist + div.login {
			margin-top: 12px;
		}
		
		#regist_or_login div.login a.btn_login {
			background-position: center center;
			height: 40px;
			width: 172px;
			background-image: url('/BOL/Resources/img/btn_left_menu_login.png');
			background-repeat: no-repeat;
			border: none;
			text-decoration: none;
			display: inline-block;
			cursor: pointer;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}
		
			#regist_or_login div.login a.btn_login:hover {
				background-image: url('/BOL/Resources/img/btn_left_menu_login_hover.png');
			}

	#regist_or_login div.login {
	}

		#regist_or_login div.login button.login {
		}
