/* CSS Document */

#flashcontent{
	width:230px;
        height:230px;
}

#carte{
	margin:0px;
	padding:0;
	width:230px;
        height:230px;
}
	
#carte p{
	font: 76% Arial, sans-serif;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:6px;
	margin-left:3px;
}

#carte input{
	width:250px;
	background-color:white;
	border:solid 1px #006600;
	font-size:10px;
	margin-left:3px;
	color:#006600;
	font-weight:bold;
}

#p_postalCode{
	font-weight:bold;
	color:white;
	display:block;
	background-color:#009933;
}
