/*
	CSS Document: css_ecards.css
	Version: 1.0 | Date: 2007-03-11
	Project: www.hotelalpina.com
	Author: websLINE, 2007
	-------
*/



/* ALLGEMEIN */

.ecards input.bttn {
	color: #fff;
	background: #084A7C;
	border: 1px solid #fff;
	margin: 0;
	cursor: pointer;
	}
.ecards  p {
	margin: 0;
	padding: 5px 0;
	}


/* AUSWAHL */

.ecards .choice {
	margin: 0 0 30px 0;
	padding: 10px;
	background: #E8DEC4;
	border: 1px solid #ADA181;
	}
.ecards .choice select {
	background: #eee;
	width: 200px;
	}


/* ERGEBNIS */

.ecards .result {
	}
.ecards .thumb,
.ecards .thumbEN,
.ecards .thumbFR {
	position: relative;
	display: block;
	width: 190px; height: 135px;
	padding: 5px 0 0 5px;
	float: left;
	background: url(img_bg-ecards_thumb.gif) no-repeat;
	}
.ecards .thumb:hover {
	background: url(img_bg-ecards_thumbover.gif) no-repeat;
	}
.ecards .thumbEN:hover {
	background: url(img_bg-ecards_thumbover_EN.gif) no-repeat;
	}
.ecards .thumbFR:hover {
	background: url(img_bg-ecards_thumbover_FR.gif) no-repeat;
	}
.ecards .info {
	clear: both;
	}
.ecards .info b {
	display: block;
	}
	



/* DETAIL */

.ecards .detail {
	}
.ecards .detail img {
	border: 1px solid #C3B89A;
	}
.ecards .detail fieldset {
	padding: 0 10px 10px 10px;
	}
.ecards .detail fieldset.absender, .ecards .detail fieldset.empfaenger {
	float: left;
	width: 271px;
	}
.ecards .detail fieldset.absender {
	margin: 0 10px 0 0;
	}
.ecards .detail fieldset.nachricht {
	clear: both;
	width: 576px;
	}
.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: 262px;
	}
.ecards .detail fieldset textarea {
	width: 571px;
	height: 80px;
	}
.ecards .detail .send {
	text-align: right;
	margin: 0 11px;
	}

