/*------------------------------------------------
|             Clair et Net. © 2007                |
--------------------------------------------------*/

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#leftCol {
	float: left;
	width: 27%;
}

#rightCol {
	float: right;
	width: 70%;
}

.leftColHolder {
	margin-top: 40px;
	margin-bottom: 20px;
}

.rightColHolder p.info {
	font-size: 12px;
	padding: 20px 50px 0 30px;
}

#imgHolder {
	float: left;
	background: #fff;
	width: 206px;;
	height: 640px;
	display: block;
	margin: 25px 0 0 0;
	overflow: hidden;
}


/**** form layout ****/

p#instru {
	margin-bottom: 15px;
	margin-left: -10px;
}

#formHolder {
	float: left;
	padding: 25px 0 0 25px;
}

#formHolder p, label {
	font-size: 12px;
	color: #000;
	padding: 0 0 0 10px;
}

#formTop {
	background: url(../_img/formBox_top.gif) no-repeat;
	width: 365px;
	height: 4px;
	overflow: hidden;
}

#formCenter {
	background: #fff;
	width: 365px;
	padding: 2px 0 2px 0;
}

#basicInfo, #instruments,
#gradeDiv, #misc, #comments {
	border-bottom: 1px dotted #555;
	display: block;
	padding: 15px 0 15px 0;
	width: 315px;
	margin: 0 auto;
}

fieldset {
	border: none;
}

fieldset label {
	display: block;
	padding: 0 0 3px 0;
}

input {
	background: url(../_img/input_bg.gif) repeat-x;
	border: 1px solid #7F9DB9;
	font-size: 12px;
}

#gradeDiv input {
	border: none;
	background: none;
}


/* basic info */
#basicInfo input {
	margin-bottom: 10px;
}

#name, #address {
	width: 100%;
}

#code_postale, #ville,
#telephone, #mail {
	display: block;
	float: left;
	width: 49%;
}

#pays, #anniv,
#tel_mobile, #site {
	display: block;
	float: right;
	width: 49%;
}


/* instruments played */
#leftList {
	float: left;
	width: 48%;
	padding-bottom: 10px;
}

#rightList {
	float: right;
	width: 48%;
	padding-bottom: 10px;
}

#instruments fieldset {
	display: inline;
	margin-right: 20px;
	line-height: 100%;
	padding: 2px 0 2px 0;
}

#instruments label {
	display: inline;
}

#instruments #other input {
	background: url(../_img/input_bg.gif) repeat-x;
}

#instruments input {
	padding: 0;
	background: none;
}


/* gradeDiv */
#gradeDiv fieldset {
	display: inline;
	line-height: 100%;
	padding: 2px 0 2px 0;
}

#gradeDiv label {
	display: inline;
}

#misc input {
	margin-bottom: 15px;
	width: 100%;
}

/* comments */
#comments {
	border: none;

}

#comments textarea,
#message_body {
	background: #f8f8f8;
	padding: 0;
	width: 310px;
	height: 50px;
	display: block;
	border: 1px solid #7F9DB9;
}

#comments textarea:focus {
	border: 1px solid #000;
}

#sendForm #basicInfo {
	border: none;
}

#sendForm_btn {
	float: right;
	border: none;
	display: block;
	margin-top: -20px;
	margin-bottom: 30px;
	margin-right: 27px;
	_margin-right: 14px;
}

#error {
	color:red;
	padding: 10px 0px 0px 30px;
	font-size: 11px;
}

#send_cancel {
	float: right;
	/*border: 1px solid #003333;*/
}
#send_cancel a, #submitForm_btn {
	border: none;
	margin: 5px;
	float: left;
}


/*---- send to a friend form ----*/
/*
#formHolder_ {
	position: relative;
	float: left;
	padding: 25px 0 0 25px;
}
#formTop_ {
	background: url(../_img/formBox_top.gif) no-repeat;
	width: 365px;
	height: 4px;
	overflow: hidden;
}
#formCenter_ {
	background: #fff;
	width: 365px;
	padding: 2px 0 2px 0;
}
#sendForm {
	padding: 20px;
}
#sendForm fieldset {
	margin-bottom: 5px;
}
#send_cancel {
	float: right;
	margin-right: 15px;
}
#submitForm, #cancelForm, #send_cancel a {
	margin-top: 15px;
	border: none;
	text-decoration: none;
}
#imgHolder_ {
	position: absolute;
	width: 206px;;
	height: 640px;
	display: block;
	margin: 0;
	overflow: hidden;
	top: 25px;
	left: 390px;
}
#formBottom_ {
	background: #fff;
	width: 365px;
	height: 4px;
	overflow: hidden;
}
*/
/*----  ----*/