/* ,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,. *\

  ZeN Cascading Style Sheet Constants

\* ,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,. */

body {
	padding:			0;
	margin:				0;
}

a {
	text-decoration:	none;
	font-weight:		bold;
}

img {
	border:				none;
}

pre {
	font-family:		'Courier New', Courier;
	font-size:			10px;
	color:				#369;
}

h2, h3, h4, h5, h6 {
/*
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
*/
    margin-top: 0;
    margin-bottom: 0.5em !important;
    letter-spacing: -1px;
}

blockquote {
    background: #F0F0F0;
    margin: 1.5em;
    padding: .5em;
}

table {
    border-spacing: 0;
}

#details_images_big { position:relative; }
.iZoom { position: absolute; overflow: hidden; cursor:move; }
.iZoom_image { position: absolute; top:0; left:0; }
.iZoom_region { position:absolute; top:0; left:0; cursor:move; background:#fff; border: 1px solid #888; color: #000; }
.iZoom_region em { margin:.5em; }

.error, .notice, .success {padding:.2em;margin-bottom:1em;border:2px solid #ddd;font-size:16px;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}








#wedding-registry th,
#register th {
    vertical-align: top;
}

#register label {
    display: inline-block;
    padding-top: 10px;
	font-size: 13px !important;
}

#register input.a,
#register input.n,
#register select {
    padding: 8px;
    font-size: 12px;
}










/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.fValidator-msg {
    position:relative;
    padding:1em;
    margin:1em 0 1em;
    border:5px solid #c00;
    color:#600;
    background:#fcc;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.fValidator-msg:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:40px; /* controls horizontal position */
    border-width:20px 20px 0;
    border-style:solid;
    border-color:#c00 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.fValidator-msg:after {
    content:"";
    position:absolute;
    bottom:-13px; /* value = - border-top-width - border-bottom-width */
    left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width:13px 13px 0;
    border-style:solid;
    border-color:#fcc transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.fValidator-msg:before {
    top:-20px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    right:auto;
    left:10px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.fValidator-msg:after {
    top:-13px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    right:auto;
    left:17px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}
