@import "common/screen.css";

body.external {
	background: #DBDEDD;
}
.external #content {
	position: relative;
	min-height: 300px;
}
#content a:link, #content a:visited {
	color: #E61F8A;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	border-bottom: 2px solid #F9F2F7;
}
#content a:hover {
	color: #3A4C9A;
	border-bottom: 2px solid #E5E7F0;
}
#content a:active {
	color: #000;
	border-bottom: 2px solid #eee;
}
p#logo {
	position: absolute;
	top: 26px;
	right: 60px;
}
#content #logo a {
	background: #fff !important;
	color: #fff !important;
	border: 0;
}
#content {
	margin: 70px auto 100px auto;
	background-color: #fff;
	width: 730px;
	border: 5px solid #CECECE;
	padding: 40px 40px 25px 40px;
	padding-top: 50px;
	min-height: 500px;
}
#login {
	padding-left: 280px;
	background: url("/images/detail/dash-thumb.png") 15px 50% no-repeat;
	min-height: 250px;
	margin-top: 20px;
	margin-bottom: 0;
}
.nz#login {
	background: url("/images/detail/dash-thumb-nz.png") 15px 50% no-repeat;
}
#login form {
	margin-left: 0;
	padding-top: 35px;
}
#login form .input-text {
	font-size: 120%;
}
#login a {
	margin-left: 15px;
}
#signIn h1 {
	margin-bottom: 12px;
}
.external h2 {
	margin-top: 10px;
}
#joke .loud, #fact .loud {
	font-size: 170%;
}