.choixphoto{
	float:left;
	padding:10px;
	margin:10px;
	text-decoration:none;
	color:#333333;
}
	
.choixphoto img{
	border:none;
}
	
.choixphoto:hover{
	background-image:url('e-cards/bg-off.png');
	background-repeat:no-repeat;
}

.selected{
	float:left;
	padding:10px;
	margin:10px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url('e-cards/bg-on.png');
	background-repeat:no-repeat;
}

label{
	display:block;
	float:left;
	width:150px;
	margin-left:10px;
}

input {
	width:300px;
}

textarea{
	margin-left:10px;
	width:450px;
	height:300px;
}
