#individualpage {
    width: 811px;
    margin: 0 auto;
}

#individualTopTitle {
	margin-bottom: 25px;
}

#individualTopTitle h1 {
	font-size: 24px;
	color: #0e3273;
	font-weight: bold;
}

#individualpage p
{
	margin: 1em 0;
}

#individualpage p, #individualpage div
{
	font-size: 14px;
	line-height: 24px;
}
#individualpage .home_back_button p, #individualpage .home_back_button
{
	font-size: inherit;
	line-height: inherit;
}
#individualpage .home_back_button p
{
	margin: 2px 10px 0 0;
}

#individualpage .home_back_button
{
	margin-bottom: 10px;
}

span.credits
{
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #0e3273;
}

#individualpage a.icon_button,
input.icon_button
{
	padding: 2px 10px 0 10px;
	height: 28px;
	font-size: 14px;
}

#currentstate, #newstate
{
	font-weight:bold;
}

#individualpage h2
{
	font-size: 18px;
	line-height: 24px;
	padding: 10px 10px 0 0;
	margin-bottom: 5px;
	color: #0e3273;
}

#individualpage .submitter
{
	padding: 2px;
}

#individualpage input.error,
#individualpage label.error
{
	border: 1px solid red;
}
#individualpage span.error
{
	color: red;
}
#individualpage ul
{
	margin-left: 1em;
}

#Accounts
{
	margin: 10px 0 20px 100px;
}
#Accounts p
{
	line-height: 30px;
}

.Item .download_manual
{
	float: right;
	margin-right: 0;
	margin-top: 10px;
}

#trafficsigns
{
	pointer-events: none;
}

.CompleteTheoriePakket .links
{
	display: inline-block;
	text-align: right;
	vertical-align: top;
	float: right;
	margin-top: 5px;
}

.CompleteTheoriePakket .links a
{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
}
.CompleteTheoriePakket .links a:hover
{
	text-decoration: underline;
}

#feedbackforminner
{
	padding: 20px 10px 10px 10px;
    min-height: 400px;
    border: 1px solid #bbb;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}

#feedback_form label.check
{
	font-weight: bold;
}
#feedback_form label.wide
{
	display: inline-block;
	min-width: 220px;
}
#feedback_form input[type="text"],
#feedback_form input[type="email"]
{
	height: 25px;
}
#feedback_form input[type="text"],
#feedback_form input[type="email"],
#feedback_form textarea
{
	width: 500px;
	padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: #eee;
    margin: 5px 0;
    vertical-align: middle;
}
#feedback_form input[type="checkbox"]
{
	vertical-align: middle;
}
#feedback_form textarea
{
	padding-top: 5px;
}

#ShowLicenceInfo
{
	cursor: pointer;
}
#ShowLicenceInfoIcon
{
	display: inline-block;
	width: 17px;
	margin-left: 4px;	
	color: #0099cb;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
    vertical-align: middle;
}

#LicenceInfo
{
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
    z-index: 20;
}
#LicenceInfo.hidden
{
	display: none;
}
#LicenceInfoContent
{
	position: relative;
    width: 500px;
    margin: 0 auto;

	padding: 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding-right: 38px;
	box-shadow: 3px 3px 5px 0 #968e80;
}
#LicenceInfoContent .Close
{
	width: 33px;
	height: 33px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../images/icon_close.png);
	background-position: top center;
	cursor: pointer;
}
#LicenceInfoContent .Close:hover
{
	background-position: left center;
}
