@charset "UTF-8";
/* Reset browser defaults (meyersweb) */
/*
*{margin:0;padding:0;outline:0;border:0;text-align:left}
body,input,textarea,select{font-family:"arial","helvetica",sans-serif;font-size:12px;}
*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	line-height: 1;
}

a {
	text-decoration:none;
}

ol, ul, li {
	list-style: none;
	padding:0;
	margin:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}

/* Grid */
#main {
	font:12px Arial, Helvetica, sans-serif;
	width:780px;
	margin: 15px auto;
}

#head {
	width:780px;
	height:100px;
}

#left {
	width:420px;
	float:left;
	padding: 15px 0 15px 0;
}

#right {
	width:300px;
	background:#e3e3e3;
	padding: 15px;
	float:right;
}

#footer {
	color:#747678;
	font-size:11px;
}

/* Content-Layout */
#left ul, #left ul li, #right ul, #right ul li {
	margin-left:5px;
	padding-left:5px; 
	padding-bottom:5px; 
	list-style-type: disc; 
	list-position: outside;
}

#left p {
	line-height:140%;
}

#footer ul li {
	border-left:1px solid #747678;
	float:left;
	padding:0 10px;
}

#footer ul li a {
	color:#747678;
}



#footer ul li.first {
	border-left:none;
	padding-left:0;
}

h1 {
	font-size:16px;
	margin-bottom:8px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	margin-bottom:6px;
	font-weight:bold;
}

h3 {
	font-weight:bold;
	margin-bottom:6px;
}

a {
}	

a:hover {
	text-decoration:underline;
}

hr {
	border:1px inset;
	color:#747678;
	display:block;
	height:2px;
	margin:12px auto;
}
.mediumtext {
	font-size:11px;
}
.smalltext {
	font-size:10px;
}
.securelabel {
	width:100px;
}


/* Form */
#right ol li {
	clear:both;
}

label {
	display:block;
	padding:5px 10px 5px 0;
	float:left;
	width:130px;
}


.labelRadio {
	display:block;
	width:280px;
}

.inputRadio {
	display:inline;
	float:left;
	margin-right:10px;
}

.inputSubmit {
	margin-top:30px;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
}

select, .inputText {
	width:150px;
	margin:5px 0;
}

.inputTextarea {
	display:inline;
	clear:left;
	width:290px;
	height:100px;
	margin:0;
}

.short {
	width:105px;
}

.realshort {
	width:40px;
}

.required {
	font-weight:bold;
}

/* E-Cards */
.inactive {
	color:#747678;
}

#left ul.nodot li{
	list-style: none;
	padding:0;
	margin:0;
}

#left .ecard_select {
	float:left;
	width:200px;
	height:205px;
	margin:10px 10px 0 0;
}

#left .ecard_select img{
	width:200px;
}

#left .ecard_select p{
	margin-top:2px;
	width:200px;
}

#left .ecard ul li{
	list-style: none;
	padding:0;
	margin:0;
}

.ecard label {
	display:block;
	padding:10px 0 0 0;
	float:none;
	width:400px;
}
.ecard select, .ecard .inputText {
	margin:0 0 5px 0;
}

.inputTextarea {
	display:inline;
	clear:left;
	width:290px;
	height:100px;
	margin:0 0 5px 0;
}

.ecard .inputText {
	width:400px;
}

.ecard .realshort {
	width:94px;
}
.ecard .short {
	width:300px;
}

.ecard .shorter {
	width:180px;
}

.ecard textarea {
	width:400px;
	height:100px;
}

.ecard td {
	padding-right:10px;
}

.card{
	width:420px;
	height:288px;
}

#ecardback{
	position: absolute;
}

#ecardback img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#ecardback .message {
	position: absolute;
	left: 10px;
	top: 40px;
	width: 190px;
	height: 238px;
	overflow:hidden;
}
#ecardback .fromname {
	position: absolute;
	left: 230px;
	top: 135px;
	width: 170px;
	height: 18px;
	overflow:hidden;
}
#ecardback .frommail {
	position: absolute;
	left: 230px;
	top: 170px;
	width: 170px;
	height: 18px;
	overflow:hidden;
}
#ecardback .toname {
	position: absolute;
	left: 230px;
	top: 205px;
	width: 170px;
	height: 18px;
	overflow:hidden;
}
#ecardback .tomail {
	position: absolute;
	left: 230px;
	top: 235px;
	width: 170px;
	height: 18px;
	overflow:hidden;
}


.infobox {
	font-size:11px;
	padding:10px;
	background:#e3e3e3;
	border:1px solid #000;	
}

#right #logos img {
	margin:5px;
}


/*Floats*/
.left {float:left;}
.right {float:right;}
.clearer{clear:both}

#left img.left {margin-right: 15px}
#left img.right {margin-left: 15px}

.dialog {
	font-size:13px;
	line-height:17px;
	display:none;
}
.ui-button-text-only .ui-button-text,
.ui-dialog .ui-dialog-title {
	font-size:15px;
}

