@charset "utf-8";
/* stylesheet File Area Digital										*/
/* postcard.css 													*/
/* Modified July 30th 2009							 				*/
/* http://www.areadigital.org/										*/


/* import style */

@import url(colorbox.css);

/* fundamental style */

form {
	width: auto;
	height: auto;
}
input, textarea, select, label, h4 {
	font: normal 13px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	vertical-align: middle;
	color: #676767;
}

/* paragraph style */

.iframe .mailer h4 {
	margin: 0px 2px;
	padding-bottom: 18px;
	color: #5c802c;
}
.iframe .mailer h4 span {
	color: #676767;
}

/* iframe mailer style */

.iframe .mailer {
	width: 724px;
	height: 332px;
	padding: 12px;
	position: relative;
	background: #ffffff url(../images/postcard_mail.gif) no-repeat center 1px;
}
.iframe .mailer .one {
	width: 410px;
	display: inline;
	float: left;
}
.iframe .mailer .two {
	width: 250px;
	height: auto;
	position: absolute;
	bottom: 12px;
	right: 20px;
}
.iframe .mailer fieldset {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}
.iframe .mailer fieldset dl {
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	overflow: visible;
}
.iframe .mailer fieldset dl dt {
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}
.iframe .mailer fieldset dl dd {
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}
.iframe .mailer .one fieldset {
	width: 408px;
}
.iframe .mailer .two fieldset {
	width: 248px;
}
.iframe .mailer fieldset dl.mailer-message {
	margin-bottom: 16px;
}
.iframe .mailer fieldset dl.mailer-message dd {
	height: 108px;
	padding: 5px 6px;
	background: #ffffff url(../images/postcard_textarea.gif) no-repeat left top;
}
.iframe .mailer fieldset dl.mailer-message dd .textarea {
	width: 390px;
	height: 102px;
	margin: 0.1em 0em;
	padding: 2px 3px;
	background-color: #ffffff;
	color: #a5a5a5;
	border: none;
}
.iframe .mailer fieldset dl.mailer-sender {
	margin-bottom: 12px;
}
.iframe .mailer fieldset dl.mailer-sender dd,
.iframe .mailer fieldset dl.mailer-reciever dd {
	height: 24px;
	padding: 2px 6px;
	margin-bottom: 4px;
	background: #ffffff url(../images/postcard_textfield.gif) no-repeat left top;
}
.iframe .mailer fieldset dl.mailer-sender dd .textfield,
.iframe .mailer fieldset dl.mailer-reciever dd .textfield {
	width: 210px;
	height: 18px;
	margin: 0.1em 0em;
	padding: 2px 3px;
	background-color: #ffffff;
	color: #a5a5a5;
	border: none;
}

/* buttons style */

.iframe .mailer div.mailer-buttons {
	width: 228px;
	padding: 12px 0px 4px 0px;
	background: transparent url(../images/postcard_divider.gif) repeat-x 1px 4px;
	overflow: hidden;
}
.iframe .mailer div.mailer-buttons .primary {
	width: 110px;
	float: left;
}
.iframe .mailer div.mailer-buttons .secondary {
	width: 110px;
	text-align: right;
	float: right;
}

/* button style */

.iframe .mailer div.mailer-buttons .button {
	width: 78px;
	height: 28px;
	padding: 2px 6px 4px 6px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	overflow: visible;
	cursor: pointer;
	color: #ffffff;
	border: none;
}
.iframe .mailer div.mailer-buttons .primary .button {
	background: #ffffff url(../images/postcard_secondary_button.gif) no-repeat left top;
}
.iframe .mailer div.mailer-buttons .secondary .button {
	background: #ffffff url(../images/postcard_primary_button.gif) no-repeat left top;
}
.iframe .mailer div.mailer-buttons .button:hover {
	color: #ececec;
}

/* label style */

.iframe .mailer fieldset label {
	width: auto;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 3px;
	position: relative;
	display: block;
}
.iframe .mailer fieldset dl dt label,
.iframe .mailer fieldset dl dd label {
	padding-bottom: 6px;
}
.iframe .mailer fieldset dl.mailer-extra dd label {
	font-size: 13px;
}
.iframe .mailer fieldset dl.mailer-extra dd .checkbox {
	vertical-align: -2px;
}
