/*
	CSS Document: css_ecards.css
	Version: 1.0 | Date: 2007-09-24
	Project: www.bergfried.at
	Author: websLINE, 2007
	-------
*/



/* ALLGEMEIN */

.ecards input.bttn {
	color: #fff;
	background: #CEA549;
	border: 1px solid #fff;
	margin: 0;
	cursor: pointer;
	padding: 0 5px;
	}
.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: 5px 10px;
	background: #FEF6E3;
	border: 1px solid #E7D072;
	}
.ecards .choice select {
	background: #fff;
	}


/* ERGEBNIS */

.ecards .result a {
	}
.ecards .thumb {
	display: block;
/*	height: 115px;*/
	padding: 4px;
	float: left;
	margin: 10px 0 0 10px;
	background: #FEF6E3;
	border: 1px solid #E7D072;
	text-decoration: none !important;
	}
* html .ecards .thumb {
	margin-left: 5px;
	}
.ecards .thumb:hover {
	background: #FEF0D2;
	border: 1px solid #E7D072;
	}
.ecards .thumb img {
	border: 1px solid #999;
	}
.ecards .thumb b {
	display: block;
	padding: 3px 0;
	}
.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: #FEF6E3;
	border: 5px solid #E7D072;
	}
.ecards .detail fieldset {
	padding: 0 10px 10px 10px;
	}
.ecards .detail fieldset.absender, .ecards .detail fieldset.empfaenger {
	float: left;
	width: 215px;
	}
.ecards .detail fieldset.absender {
	width: 205px;
	margin: 0 10px 0 0;
	}
.ecards .detail fieldset.nachricht {
	clear: both;
	width: 454px;
	}
.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: 420px;
	height: 80px;
	}
.ecards .detail .send {
	text-align: left;
	margin: 0 11px;
	}
.ecards .detail .vorschau  {
	float: right;
/*	margin: 10px 0 0 0*/
	}
.ecards .detail .vorschau div {
/*	float: left;*/
	margin: 10px 0;
	}
.ecards .detail .vorschau img {
	margin-bottom: 2px;
	}