/**

 * CSS

 * (c) 2007 Darío G. Ruellan / D²

 */



/* maintext */





/* Fase 1 */



#maintext .speech {

	padding: 0 0 16px 125px;

	margin: 0 0 16px 10px;

	border-bottom: 1px solid silver;

	background-image: url(../images/icn_honeymoon.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

}

#maintext .speech h4 a:link, #maintext .speech h4 a:visited {

	color: black;
	
	text-decoration: none;
	
}

#maintext .speech h4 a:hover {

	color: #575757;
	
	text-decoration: underline;
	
}

#maintext .speech div {

	margin-top: 4px;

}

#maintext div.email {

	margin-left: 10px;

}

#maintext div.email form {

	background-color: rgb(240,240,235);

	padding: 10px;

}

#maintext div.email form table {

	width: 100%;

}

#maintext div.email form table th {

	text-align: left;

	border-bottom: 1px dotted silver;

	padding: 5px;

}

#maintext div.email form table td {

	padding: 5px;

}

#maintext div.email form table caption {

	font-weight: bold;

	text-align: left;

	background-color: gray;

	color: white;

	padding: 4px;

	margin-bottom: 5px;

}

#maintext div.email form table input {

	width: 90%;

	font-size: 8pt;

}

#maintext div.email form table select {

	font-size: 8pt;

	width: 90%;

}

#maintext div.email form table textarea {

	width: 99%;

}

#maintext div.email ul#options {

	margin: 0;

	padding: 0;

}

#maintext div.email ul#options li {

	float: left;

	width: 150px;

	height: 200px;

	margin: 8px 8px 0 0;

	padding: 0;

	border: 1px solid gray;

	background-color: white;

	background-image: url(../images/grd_honeymoon_op.gif);

	background-position: top;

	text-align: center;

}

#maintext div.email ul#options li div.text {

	margin: 10px 10px 10px 25px;

}

#maintext div.email ul#options li div.text img {

	border: 1px solid gray;

}

#maintext div.email ul#options li span.select {

	float: left;

	left: 0;

	margin: 1px 0 0 1px;

	padding: 0;

	width: 17px;

	text-align: left;

}

#maintext div.email ul#options li span.select input {

	margin: 0;

	padding: 0;

}

#maintext div.email .max_m {

	text-align: right;

	color: gray;

}



#maintext div.email .bad_border {

	border: 2px solid orange !important;

}

#maintext div.email #error {

	position: absolute;

	display: none;

	width: 250px;

	padding: 5px;

	left: 35%;

	text-align: center;

	border: 1px solid #CEB797;

	background-color: rgb(240,230,230);

	font-weight: bold;

}

#maintext div.email #sending {

	padding-left: 2px;

	display: none;

}





/* Fase 2 */



#maintext #card1 {

	position: relative;

	width: 520px;

	min-height: 90px;

	background-image: url(../images/grd_honeymoon_card1.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

	margin: 10px 0 0 10px;

}

#maintext #card1 .text {

	font-family: Times;

	font-size: 14px;

	font-style: italic;

	text-align: center;

	line-height: 150%;

	margin: 0 20px 0 140px;

}

#maintext #card1 h5 {

	font-family: Tahoma, Arial, Helvetica;

	font-size: 10px;

	font-weight: normal;

	font-style: italic;

	text-align: center;

	margin: 0;

	padding: 15px 0 0 0;

	color: gray;

}

#maintext #card1 h3 {

	font-size: 14px;

	font-style: italic;

	text-align: center;

	margin: 0;

	padding: 0 0 20px 0;

	color: gray;

	border: 0;

}

#maintext #card2 {

	position: relative;

	width: 520px;

	height: 30px;

	background-image: url(../images/grd_honeymoon_card2.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

	margin: 0 0 10px 10px;

}

#maintext #card2 .firm {

	font-family: Times;

	font-size: 14px;

	font-style: italic;

	font-weight: bold;

	text-align: right;

	color: gray;

	margin: 0 20px 0 140px;

}

#maintext .notice {

	border: 1px solid gray;

	padding: 10px;

	margin: 20px;

}

#maintext .submitarea, #maintext .submitarea div {

	margin: 5px 0 5px 0;

}