#inscriereForm {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
}		

form.artistForm div.inp {
	float: left;
	width: 370px;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

form.artistForm input, select, textarea {
	width: 98%;
	font-weight: bold;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	
}


form.artistForm div.label {
	float: left;
	width: 200px;
	margin-right: 5px;
	padding: 5px;
}

form.artistForm div.desc {
	font-size: 9px;
	color: #80B857;
}

div.clearer {
	font-size: 0;
	height: 2px;
	clear: both;
	overflow: hidden;
}

form.artistForm input.btn {
	float: none;
	display: inline;
	width: 150px;
	background-color: #80B857;
	color: white;
	padding:5px;
	margin-top: 10px;
}

form.artistForm input.checkb {
	border: none;
	width: 15px;
}

form.artistForm div.error {
	color: red;
	font-size: 9px;
	font-weight: bold;
}

div.errorInp {
	border: 1px solid #ffafaf;
	background-color: #f9ffb1;
}

div.nota {
	font-size: 12px;
	background-color: #C3E9A7;
	border:2px solid #80B857;
	padding: 10px;
	width: 750px;
	margin-top:10px;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}		

div.artist {
	width: 700px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 1px;
}

div.event {
	background-color: black;
	width: 190px;
	height: 50px;
	color: white;
	float: right;
	padding: 5px;
	/*line-height: 20px;*/
	margin-bottom: 2px;
}

div.artist img {
	clear: right;
	float: right;
	margin-left: 15px;
}

div.clearer {
	font-size: 0;
	height: 2px;
	clear: both;
	overflow: hidden;
}	

div.info {
	float: left;
}	

span.title {
	font-size: 1.2em;
	font-weight: bold;
}		