/* @override 
	http://localhost/picsengine3/dev/admin/public/css/others.css
	http://localhost/dp/picsengine3/dev/admin/public/css/others.css
*/

/* @group structure */
body {
	background: #131313;
}
#picsengine {
	min-width: 600px;
	padding-bottom: 30px;
	overflow: hidden;
}
#head {
	background: url('../src/page/head.gif') repeat-x;
	height: 84px;
	overflow: hidden;
	padding: 0;
}
#logo {
	float: left;
	margin: 18px 0 0 12px;
	background: url('../src/page/logo.gif') no-repeat;
	width: 210px;
	height: 54px;
}

.pg {
	width: 570px;
	margin: 0 auto 0 auto;
}
.pad {
	clear: left;
	padding: 15px;
	overflow: hidden;
}

#page {
	padding-top: 15px;
}
#page h1 {
	color: #fff;
	font-size: 24px;
}
#page p {
	font-size: 14px;
	color: #a3a3a3;
	padding: 5px 0 0 0;
	
	line-height: 20px;
}
#page a {
	color: #bbef3f;
	font-weight: bold;
}
#page a:hover {
	text-decoration: underline;
}
#page a.button, #page a.button:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.bloc {
	clear: left;
}
#page .bloc h1 {
	font-size: 14px;
	font-weight: bold;
}
#page .bloc p {
	font-size: 12px;
}

#start_installation {
	margin: 10px 0 0 205px;
}

#bloc_update .b {
	overflow: hidden;
}
#bloc_update p {
	float: left;
	width: 380px;
}
#start_update {
	float: right;
}
a.align_right {
	clear: right;
	float: right;
	margin-top: 15px;
}
/* @end */

/* @group bloc */
.bloc, .bloc .t, .bloc .b {
	background-image: url('../src/page/grey_bloc.png');	
	background-repeat: repeat-y;
	background-position: -569px top;
	width: 569px;
}
.bloc .t {
	background-repeat: no-repeat;
	background-position: left top;
}
.bloc .b {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px;
	width: 539px;
	overflow: hidden;
}
.bloc ul {
	list-style: none;
}

.bloc.error {
	width: 569px;
}
.bloc.error, .bloc.error .t, .bloc.error .b {
	background-image: url('../src/page/alert_bloc.gif');	
}
#page .bloc.error p {
	color: #fff;
}
/* @end */

/* @group form */
.form {
	overflow: auto;
	padding: 10px 0 10px 0;
}
.form label {
	clear: left;
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 250px;
	text-align: right;
	padding: 4px 10px 10px 0;
}
.form label span {
	font-size: 11px;
	color: #5e5e5e;
}
.form .value {
	float: left;
	padding-bottom: 5px;
}
.form .value input {
	width: 250px;
}

.error {
	float: left;
	width: 400px;
	color: #FFF;
	font-size: 12px;
	margin-top: 15px;
}
/* @end */