/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}
	
	/* ----------- stylized ----------- */
	#Comanda{
	border:2px solid #FF0066;
	background:#FFE9F3;
	margin-top: 20px;
	clear: both;
	}
	#Comanda h1 {
		font-size:18px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#Comanda p{
	font-size:11px;
	color:#4B0A30;
	margin-bottom:20px;
	border-bottom:1px solid #FF0066;
	padding-bottom:5px;
	margin-top: 20px;
	}
	#Comanda label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:250px;
	float:left;
	font-size: 13px;
	}
	#Comanda .small{
		color:#BC1676;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:250px;
	}
	#Comanda input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:1px solid #BC1676;
	width:300px;
	margin:2px 0 20px 10px;
	color: #630C3F;
	}
	#Comanda button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
#Comanda  textarea {
	width: 290px;
	border: 1px solid #BC1676;
	margin: 2px 0px 20px 10px;
	padding: 4px 2px;
}

#formComanda{
	margin-left: 30px;
}
#formComanda label {
	font-weight: bold;
	font-size: 13px;
	display: block;
	float: left;
	margin-right: 20px;
}
select {
	color: #630C3F;
	border: 1px solid #BC1676;
	font-size: 12px;
}
.bg {
	background: url(../imagini/form-bg.png) no-repeat right bottom;
	height: 210px;
	overflow:hidden;
	border:none;
	padding-left: 60px;
	padding-right: 60px;
	width: 230px;
	padding-top: 50px;
	line-height: 20px;
	text-decoration:none;
	color: #95003C;
}

.bg:hover, .bg:focus {
	background: url(../imagini/form-bg.png) no-repeat right bottom;
	border:none;
}
