img#picture_me {
	margin-top: 30px;
	float: left;
}

#page p.home {
	margin: 40px 0 0 30px;
	padding: 10px 5px;
}

#page p.col {
	float: left;
	width: 240px;
	padding: 10px 0 10px 20px;
}

#page p.date {
	width: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 0 40px;
	height: 40px;
}

#page p.infos {
	width: 350px;
}

p.col label {
	width: 110px;
	display: block;
	float: left;
	text-align: right;
}

p.col .bar {
	display: inline-block;
	width: 120px;
	height: 10px;
	border: 1px solid #444;
	vertical-align: middle;
	float: left;
	margin: 2px 0 8px 5px;
}

p.col .bar .val {
	display: inline-block;
	height: 10px;
	background: url(../img/template/bg_bar.png);
	vertical-align: top;
}

p .notice {
	font-size: 12px;
}

p.ref {
	height: 190px;
}

.thumbs {
	position: relative;
	height: 35px;
	top: -10px;
}

.frame {
	float: left;
	display: block;
	padding: 15px 18px;
	margin-top: -15px;
	margin-right: 8px;
	width: 268px;
	height: 164px;
	background: url(../img/template/bg_frame.png);
}

.frame img {
	width: 268px;
	height: 164px;
}

.frame-mini {
	float: left;
	display: block;
	padding: 5px 5px;
	width: 106px;
	height: 65px;
	background: url(../img/template/bg_small_frame.png);
	margin-left: 10px;
	margin-bottom: 5px;
}

.frame-mini img {
	width: 105px;
	height: 65px;
}

.arrowImg {
	margin: 5px 20px;
	cursor: pointer;
}

h3.title {
	height: 55px;
}

.contact {
	padding-left: 23px;
	float: left;
}

.name {
	font-size: 24px;
	color: #500;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
	margin-top: 20px;
	width: 150px;
}

#nothing {
	height: 17px;
	padding: 5px;
	margin: 2px 30px 5px;
	font-weight: bold;
	display: none;
}

#nothing.error {
	border: 1px solid #800;
	background-color: #fff;
	color: #800;
}
#nothing.ok {
	border: 1px solid #080;
	background-color: #fff;
	color: #080;
}
