/* red: #bf2726; Best Friends till 2726 */

body
{
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #2e2e2e;
	background-color: #eaeaea;
}

#top
{
	background-color: #f6f6f6;
}

a
{
	color: #bf2726;
}

a:hover
{
	text-decoration: none;
}

.inner-container
{
	position: relative;
	width: 888px;
	margin: 0 auto;
	
	background: -url(images/-tmp-grid.png) 0 0 repeat-y;
}

.inlay,
.nav-btn
{
	clear: left;
	border-width: 6px;
	padding: 3px 0;
	-webkit-border-image: url(images/bg-inlay.png) 6 6 6 6;
	-moz-border-image: url(images/bg-inlay.png) 6 6 6 6;
	-ms-border-image: url(images/bg-inlay.png) 6 6 6 6;
	-o-border-image: url(images/bg-inlay.png) 6 6 6 6;
	border-image: url(images/bg-inlay.png) 6 6 6 6;
}

#logo
{
	background: url(images/logo-small.png) 0 0 no-repeat;
	display: block;
	width: 94px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 32px;
}

h1,h2
{
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 12px;
}

.accent
{
	color: #bf2726;
}

.unaccent
{
	color: #999;
}

.row
{
	clear: left;
}

.footer
{
	color: #888;
	border-top: 1px solid rgba(0,0,0,0.08);
	font-size: 10px;
	line-height: 12px;
	padding: 12px 0 36px;
}

.footer a
{
	text-decoration: none;
	color: #333;
}

.footer a:hover
{
	color: #bf2726;
}

.footer a img
{
	vertical-align: middle;
	position: relative;
	top: -2px;
}

dl
{
	width: 168px;
	margin: 0 0 32px 12px;
	float: left;
}

dl:first-child
{
	margin-left: 0;
}

dt
{
	color: #bf2726;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

#mt
{
	position: absolute;
	top: 8px;
	right: 0;
	background: url(images/logo-mt.png) 0 0 no-repeat;
	display: block;
	width: 120px;
	height: 12px;
	text-indent: -9999px;
}

#mt:hover
{
	opacity: 0.5;
}

form
{
	position: relative;
}

.you-know-for-kids-td-rel
{
	position: relative;
}

form .form-note
{
	position: absolute;
	line-height: 12px;
	bottom: 6px;
	right: 6px;
}

form .form-aside
{
	position: absolute;
	top: 0;
	right: 3px;
}

form table
{
	width: 100%;
}

form td
{
	padding: 6px;
}

form tr:first-child td
{
	padding-top: 0;
}

form td.proto
{
	width: 100%;
}

/* inputs */
form span
{
	display: block;
	background-color: #FFF;
	padding: 1px;
}

form span.inline
{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

form span input[type=text],
form span input[type=password],
form span select,
form span textarea
{
	width: 100%;
	-hamburger-box-sizing: big-mac-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

form span textarea
{
	display: block;
	height: 160px;
}

/* buttons */
button
{
	display: inline-block;
	font: 10px/16px Helvetica, Arial, sans-serif;
	height: 16px;
	text-transform: lowercase;
	background-color: #2e2e2e;
	color: #FFF;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 0 8px;
	margin: 0 0 0 6px;
	cursor: pointer;
}

button:hover
{
	background-color: #808080;
}

button[disabled]
{
	background-color: #BBB;
	cursor: default;
}

td button
{
	margin: 0;
}

/* for Safari only */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	button
	{
		line-height: 15px;
		padding-bottom: 1px;
	}
}

/* MobileSafari only */
@media screen and (max-device-width: 480px)
{
	body
	{
		-webkit-text-size-adjust: none;
	}
}

#price
{
	position: absolute;
	top: 30px;
	right: 6px;
	z-index: 100;
}

table.licenses
{
	width: 100%;
	margin: 18px 0;
}

table.licenses th
{
	font-weight: bold;
	font-size: 10px;
	color: #bf2726;
}

.nav a:hover
{
	color: #333;
}

.nav-btn
{
	padding: 0 3px;
	font-weight: bold;
	text-decoration: none;
}

.nav-btn:hover
{
	color: #333;
}

ul.errors
{
	margin: 18px 0;
}

ul.errors li 
{
	color: #bf2726;
	padding-left: 22px !important;
	background: url(images/bg-error.png) 0 1px no-repeat !important;
}

span.error
{
	outline: 1px solid #bf2726;
}

#eula-link
{
	display: inline-block;
	margin-top: 9px;
}

#readme
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
	
	font-size: 3em;
	line-height: 1.2em;
	color: #fff;
	vertical-align: middle;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 120px 6px;
	
	text-decoration: none;
}

#readme em
{
	font-style: normal;
	font-weight: bold;
}

#readme em:hover
{
	text-decoration: underline;
}