/*
	CSS Document: css_ecards.css
	Version: 1.0 | Date: 2007-09-24
	Project: www.
	Author: websLINE, 2007
	-------
*/



/* ALLGEMEIN */

.ecards input.bttn {
	color: #1A3258;
	background: #F5D501;
	border: 1px solid #fff;
	margin: 0;
	cursor: pointer;
	}
.ecards  p {
	margin: 0;
	padding: 5px 0;
	}
.ecards form {
	margin: 0; padding: 0;
	}
.ecards img {
	border: 0;
	}


/* AUSWAHL */

.ecards .choice {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #F5E492;
	border: 1px solid #E7D072;
	}
.ecards .choice select {
	background: #fff;
	}


/* ERGEBNIS */

.ecards .result {
	}
.ecards .thumb {
	display: block;
	float: left;
	height: 115px;
	margin: 10px 10px 0 0;
/*	padding: 4px;
	background: #F5E492;
	border: 1px solid #E7D072;*/
	}
* html .ecards .thumb {
	margin-right: 5px;
	}
.ecards .thumb:hover {
/*	background: #E7D072;*/
/*	border: 1px solid #E7D072;*/
	}
.ecards .thumb img {
/*	border: 1px solid #666;*/
	}
.ecards .info {
	clear: both;
	margin: 20px 0 0 0;
	}
.ecards .info b {
	display: block;
	}
	

/* DETAIL */

.ecards .detail img {
	padding: 1px;
	margin: 0 0 15px 0;
/*	background: #F5E492;
	border: 5px solid #E7D072;*/
	}
.ecards .detail fieldset {
	padding: 0 10px 10px 10px;
	}
.ecards .detail fieldset.absender, .ecards .detail fieldset.empfaenger {
	float: left;
	width: 225px;
	}
.ecards .detail fieldset.absender {
	width: 215px;
	margin: 0 10px 0 0;
	}
.ecards .vorschau  {
	float: right;
	width: 140px;
	padding: 0 !important;
	}
.ecards .vorschau div {
	border: 0;
	padding: 7px 5px;
	}
.ecards .vorschau div img {
	display: block;
	margin: 0 0 5px 0;
	}
.ecards .detail fieldset.nachricht {
	clear: both;
	width: 474px;
	}
.ecards .detail fieldset legend {
	font-weight: bold;
	font-size: 11px;
	color: #072964;
	}
.ecards .detail fieldset textarea, .ecards fieldset input {
	font-size: 1em;
	}
.ecards fieldset input {
	width: 195px;
	}
.ecards .detail fieldset textarea {
	width: 440px;
	height: 80px;
	}
.ecards .detail .send {
	text-align: left;
	margin: 0 11px;
	}  