#exercises {
	margin: 40px auto;
	width: 680px;
	overflow: hidden;
}

#exercises #action {
	margin: 20px auto 30px;
	padding: 6px 0;
	text-align: center;
	font-size: 1.4em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#exercises #model {
	float: right;
	width: 550px;
	height: 512px;
	position: relative;
}

#exercises #list {
	margin-top: 80px;
	width: 130px;
}

#exercises #list p {
	font-size: 1.1em;
}

#exercises #partdetails {
	margin-top: 80px;
	text-align: center;
	width: 130px;
}

#exercises #myLoginContent, #exercises #myRegisterContent, #exercises #myThankyouContent {
	display: none;
}

#exercises div.title, #TB_window div.title {
	width: 90%;
	border-bottom: 1px dotted #333;
	margin: 6px auto 10px;
}

#exercises div.title p, #TB_window div.title p {
	font-size: 1.4em;
	text-align: center;
	padding: 6px 0 10px;
}

#exercises div.errormsg, #TB_window div.errormsg {
	width: 90%;
	margin: 0 auto 0;
	text-align: center;
	color: #f00;
}

#exercises div.form, #TB_window div.form {
	width: 90%;
	margin: 6px auto 0;
	font-size: 1.2em;
}

#exercises div.form div, #TB_window div.form div {
	margin: 0 0 6px;
}

#exercises div.form div span, #TB_window div.form div span {
	color: #555;
}

#exercises div.form input, #TB_window div.form input {
	width: 100%;
	font-size: 1.5em;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#exercises div.form div.submit, #TB_window div.form div.submit {
	text-align: center;
	padding: 22px 0 10px;
}

#exercsies div.form div.submit input.button, #TB_window div.form div.submit input.button {
	font-size: 1em;
	padding: 6px 16px;
	background: #f0f0f0;
	border: 1px solid #cfcfcf;
	width: auto;
}