
div.ecard form {
	margin: 0;
}

div.ecard div.show {
	display: block !important;
}

div.ecard div.error {
	border: 1px solid #ff0000;
	padding: 5px 8px;
	background: #fff2f2;
	margin: 0 0 16px 0;
}

div.ecard div.error ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.ecard div.error ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 11px;
	background: url('../../img/error.gif') 0 7px no-repeat;
}

div.ecard .script {
	display: none; /* change to block with javascript */
}

div.ecard div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 1px;
}

div.ecard h1 {
	color: #666666;
	margin: 2px 0 8px 0;
}

div.ecard p.text {
	color: #8f8f8f;
	margin: 0 0 2px 0;
}

div.ecard div.selection {
	background: #e2f4f2;
	padding: 8px 0 6px 13px;
}

div.ecard div.selection2 {
	padding-left: 72px;
}

div.ecard div.selection div.prev,
div.ecard div.selection div.next {
	float: left;
	width: 10px;
}

div.ecard div.selection div.entry {
	float: left;
	margin: 0 0 0 0;
	padding: 4px 0 0 4px;
	width: 80px;
	height: 110px;
	background: url('../../img/background_small.gif') no-repeat;
}

div.ecard div.selection div.invisible {
	visibility: hidden;
} 

div.ecard div.selection div.hide {
	display: none;
}

div.ecard div.selection div.entry2 {
	width: 140px;
	height: 110px;
	padding: 5px 0 0 5px;
	background: url('../../img/background_small_wide.gif') no-repeat;
}

div.ecard div.selection div.entry div.active {
	display: none;
	width: 71px;
	height: 100px;
	margin-top: -100px;
}

div.ecard div.selection div.entry div.active2 {
	margin-top: -97px;
}

div.ecard div.selection_preview {
	float: left;
	padding: 3px 10px 0 0;
}

div.ecard div.selection_preview div.inner {
	width: 180px;
	height: 250px;
	background: url('../../img/background_normal.gif') no-repeat;
}

div.ecard div.selection_preview div.inner img {
	margin: 4px 0 0 4px;
}

div.ecard div.input_message {
	float: left;
}

div.ecard div.input_message h2 {
	color: #666666;
	margin: 11px 0 5px 0;
}

div.ecard div.input_message textarea {
	border: 1px solid #00baa2;
	width: 183px;
	height: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}

div.ecard div.input_message div.subinfo {
	height: 40px;
}

div.ecard div.input_message p.text {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	text-align: right;
	margin: 0;
	width: 184px;
}

div.ecard div.input_row {
	padding-bottom: 3px;
	
}

div.ecard div.input_row div.label {
	float: left;
	font-size: 13px;
	color: #666666;
	width: 55px;
	padding: 2px 0 0 0;
}

div.ecard div.input_row div.input {
	float: left;
}

div.ecard div.input_row div.input input.text {
	border: none;
	background: #e9f1f0;
	color: #666666;
	padding: 2px 2px 1px 2px;
	width: 318px;
}

div.ecard h3 {
	color: #666666;
	font-size: 13px;
	margin: 6px 0 9px 0;
}

div.ecard div.line {
	font-size: 0;
	line-height: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
}

div.ecard div.input_submit {
	margin-top: 6px;
	text-align: right;
}

div.ecard div.input_submit input {
	padding-left: 3px;
}

div.ecard div.input_submit2 {
	margin-top: 10px;
}

div.ecard div.card_front {
	background: #e1f4f2;
	margin: 4px 0 0 0;
	padding: 10px 10px 10px 44px;
	display: none;
}

div.ecard div.card_front div.entry {
	width: 290px;
	height: 400px;
	background: url('../../img/background_big.gif') no-repeat;
	padding: 4px 0 0 6px;
}

div.ecard div.card_text {
	background: #e1f4f2;
	margin: 4px 0 0 0;
	padding: 5px;
	display: none;
}



div.ecard div.card_text div.entry {
	width: 365px;
	height: 280px;
	background: url('../../img/background_big_wide.gif') no-repeat;
	padding: 6px 0 0 5px;
}

div.ecard div.card_text div.entry div.image {
	width: 355px;
	height: 268px;
	background: url('../../img/card_big_wide.jpg') no-repeat;
	overflow: hidden;
}

div.ecard div.card_text div.left {
	float: left;
	width: 145px;
	font-size: 12px;
	padding: 65px 24px 0 15px;
}

div.ecard div.card_text div.right {
	float: left;
	width: 157px;
	font-size: 12px;
	padding: 154px 0 0 0;
}

div.ecard div.card_text div.right div.target,
div.ecard div.card_text div.right div.from,
div.ecard div.card_text div.right div.subject {
	border-bottom: 1px solid #00b094;
}

div.ecard div.card_text div.right div.label {
	color: #00b094;
	float: left;
	font-weight: bold;
	padding: 0 5px 0 0;
}

div.ecard div.card_text div.right div {
	line-height: 14px;
}

div.ecard div.card_text div.right div.clear {
	line-height: 1px; 
	height: 1px; 
	font-size: 1px;
}

div.ecard div.card_text div.right div.value {
	float: left;
}

div.ecard div.card_text div.right div.target div.value {
	width: 130px;
}

div.ecard div.card_text div.right div.from div.value {
	width: 123px;
}

div.ecard div.card_text div.right div.subject div.value {
	width: 105px;
}

div.ecard div.card_text div.right div.from {
	margin: 7px 0 0 0; /* 6px */
}

div.ecard div.card_text div.right div.subject {
	margin: 7px 0 0 0; /* 21px */
}









