@import url(reset.css);

/* @group general */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background-color: #666;
	color: #000;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #ff0000;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ff0000;
	
}	
h1{
}
h2{
}
h3{
}
h4{
}
.nav{
	clear: both;
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}

ul.listNormal {
	padding-left: 40px;
}
ul.listNormal li{
	list-style-type: disc;
}
#skip {
	display: none;
}
.success {
	border: 2px solid #009900;
	background-color:#8EFF52;
	padding: 10px 15px;
	color: #006600;
}
.hide{
	display:none;
}
.show{
	display:block;
}

/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
.nav li.right{
	float:right;
}
/* @end floats */


/* @end general*/






/* @group layout */
#container {
	margin:10px auto;
	width:944px;
}
#content{
	clear:both;
	margin:10px 0;
	width:944px;
}
#content{
	background: url(/img/layout/content_bg.png) repeat-y;
}
#sendcard #content,
#viewcard #content,
#successcard #content{
	background: url(/img/layout/content_bg_color.png) repeat-y;
}
#successcard #content{
	background-position:-944px 0;
}


#colL{
	float:left;
	width: 190px;
}
#colLM{
	float:left;
	width: 764px;
}
#colLM #colM{
	float:right;
	width:564px;
	text-align:center;
}
#colR{
	float:right;
	width: 170px;
	text-align:center;
}
#ad-wide-right #content{
	background: url(/img/layout/content_bg2.png) repeat-y;
}
#ad-wide-right #colLM #colM{
	width: 353px;
	padding:25px 35px;
	text-align:left;
}
#ad-wide-right #colLM{
	width: 614px;
}
#ad-wide-right #colR{
	width: 320px;
}
/* @end layout*/




/* @group Generic Page */
#ad-wide-right  h1 {
	font-weight: bold;
	margin-bottom:25px;
}

#ad-wide-right #colM {
	font-size:2.3em;
}
#ad-wide-right .recently-sent-card-archive h1{
	margin-bottom: 10px;
}
#ad-wide-right .recently-sent-card-archive h2{
	font-size:.55em;
}
#colM p{
	margin-bottom:25px;
	line-height:1.3em;
}

/* @end Generic Page*/


/* @group header */
#header {
	background: #fff url(/img/layout/header_bg.png) repeat-x;
	width: 944px;
}
#logo{
	float:left;
	margin-left:12px;
}
#header1 dl{
	float:right;
	width: 728px;
	

}

#header1 dt{
	padding-bottom:2px;
}
#header2{
	clear: both;
	text-transform:uppercase;
	
}
#tagline-row {
	border-bottom: 1px solid #666;
	line-height:22px;
	height:22px;
}

li#tagline {
	float:left;
	width: 760px;
	margin-left: 14px;
}
#tagline a{
	color: #000;
	text-decoration:none;
}
li#share {
	float:right;
	margin-right: 12px;
	width: 125px;
}

/* @end header*/



/* @group footer */
#footer {
	clear:both;
	font-size:11px;
	color: #fff;
}
#footer li{
	padding-right: 30px;
}

#footer li.right{
	padding-right: 0;
}
#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration:underline;
}

#footer .privacy a:link,
#footer .privacy a:visited {
	text-decoration:underline;
	text-transform:uppercase;
}
#footer .privacy a:hover,
#footer .privacy a:active {
	text-decoration:none;
	text-transform:uppercase;
}

/* @end footer*/





/* @group MainNav */
#nav-main {
	text-transform:uppercase;
	font-weight: bold;
	font-size:1.2em;
	padding:9px 0 8px 14px;/**/
}
#nav-main li{
	margin-right: 15px;
}
#nav-main a:link,
#nav-main a:visited{
	color: #3d3d3d;
	text-decoration:none;
}
#nav-main a:hover,
#nav-main a:active,
#nav-main a:link.on,
#nav-main a:visited.on{
	color: #000;
}

/* @end Main Nav*/





/* @group Ads */
.ads {
	color: #363636;
	text-align:center;
	text-transform:uppercase;
}
#header1 dl.ads{
	margin: 14px 12px 2px 0;
}
#colR .ads {
	padding: 7px 0;
}
#colR .ads img{
	margin-top: 5px;
}

/* @end Ads*/


/* @group Home */

#home #colM h1{
	background-color:#ed1c24;
	text-transform:uppercase;
	padding:5px 0 3px;
	border-bottom: 2px solid #666;


	color:#fff;
	font-size: 1.4em;
	font-weight:normal;
	
	
	
}

#home #colM div.arrow{
	text-align:left;
	padding:45px 0 0 15px;
}
#home #colM h2{
	font-size:7.5em;
	line-height:1.14em;
	padding: 20px 20px;
	font-weight:normal;
}
#home #colM h2 strong{
	text-transform:uppercase;
	font-weight:normal;
}


/* @end Home*/


/* @group Preview */
.preview{
	color: #fff;
	padding-bottom: 40px;
}
.preview dt{
	background-color:#fff;
	color:#000;
	font-size: 1.4em;
	text-transform:uppercase;
	padding:5px 0 3px;
	border-bottom: 2px solid #666;
}
.preview dd{
	padding: 15px 20px;
}
#preview-placeholder h1,
#preview-success h1{
	font-size:5em;
	line-height:1.1em;
	font-weight:normal;
	padding: 40px 0 30px;
}
#preview-success h2{
	font-size:4em;
	line-height:1.1em;
	font-weight:normal;
	padding: 30px 0 20px;
}
#preview-success a:link,
#preview-success a:visited {
	color: #fff;
	text-decoration:none;
}
#preview-success a:hover,
#preview-success a:active{
	color: #fff;
	text-decoration:underline;
}
#preview-card h1{
	font-size:7.5em;
	line-height:1.14em;
	font-weight:normal;
	padding: 40px 0;
}

#preview-reason {
	font-size: 1.7em;
	line-height:1.1em;
	
}
.overlimit {
	font-size: 13px;
	color:#990000;
	font-weight:bold;
}
.notfilledin {
	color:#000;
	font-style:italic;
}
label.terms-box {
	margin: 3px 0 0 5px;
	width: 145px;
	float:left;
}
input#termsconditions {
	
	float:left;
}
input#termsconditions-modal {
	margin-top:10px;

}


/* @end Preview*/


/* @group View Card */
#preview-send-your-own {
	font-size: 1.7em;
	line-height:1.1em;
}
#preview-send-your-own a{
	color:#fff;
	text-decoration:none;
	margin-bottom: 15px;
}
#preview-send-your-own h4{
	margin-bottom: 15px;
	font-weight: bold;
}

/* @end View Card*/








/* @group Col L */
#colL input,
#colL textarea{
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	padding:3px;
}
#colL textarea{
	width: 162px;
}
#colL ol input{
	width: 163px;
}
#colL ol input,
#colL ol textarea,
#colL textarea{
	margin:3px 0 9px;
	border: 1px solid #cfcfcf;
}

#colL .write-your-own textarea{
	width: 158px;
	border: 2px solid #cfcfcf;
}
#colL .write-your-own{
	margin-bottom:15px;
}


#color input{
	display: none;
}
.red-text{
	color:#ed1c24;
}
.yellow-text{
	color:#ffc100;
}
label.yellow,
label.red  {
	height: 1.5em;
	line-height:1.5em;
	padding-left: 28px;
	display:block;
	font-weight:bold;
	font-size: 1.5em;
}
#colL label.yellow,
#colL label.red  {
	text-transform:uppercase;
}
label.red {
	background:url(/img/buttons/choose_color_red.png) 0 0 no-repeat ;
}

label.yellow {
	background:url(/img/buttons/choose_color_yellow.png) 0 0 no-repeat;
}
#colL label.yellow {
	margin-top:5px;
}
label.checked {
	background-position:0 -79px;
}

#pre-made-messages {
	font-size:1.2em;
}
#pre-made-messages label{
	float:left;
	width: 140px;
	padding: 0 0 7px 8px;
	line-height:1.1em;
}
#pre-made-messages input{
	float:left;
	width: 14px;
}
#pre-made-messages li{
	clear: both;
}
#colL legend{
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 6px 0;
}
#colL .write-your-own legend{
	padding-top: 2px;
}
#colL legend.send{
	font-size:2.7em;
}
#colL .highlighted-bg{
	background-color:#ededed;
	padding: 10px;
	width:170px;
}
#colL .padding{
	padding: 10px;
}
#colL .seemore{
	padding: 3px 0 8px;
	font-weight:bold;
	clear:both;
}
.write-your-own textarea{
	margin-bottom: 4px;
}
.write-your-own label.save input{
	margin: 0 2px 4px 0;
}
.write-your-own label.save *{
	vertical-align:middle;
}
#colL #send{
	text-align:center;
	padding-top: 10px;
}


/* @end Col L*/



/* @group Privacy Policy */

div#privacy-policy div{
	margin-left: 40px;
}



/* @end Privacy Policy */




/* @group Archive */
#ad-wide-right .recently-sent-card-archive h1{
	margin-bottom: 5px;
}
#ad-wide-right .recently-sent-card-archive h2{
	margin-bottom: 25px;
}
#archive-messages {
	font-size:.4em;
}
#archive-messages input{
	float:left;
	width: 14px;
	margin: 4px 4px 0 0;
}
#archive-messages label{
	float:left;
	width: 300px;
	padding: 5px 0 10px 30px;
	line-height:1.1em;
	font-weight:normal;
}
#archive-messages li{
	clear: both;
}
#archive-messages legend{
	display:none;
}
.archive-nav {
	text-align:center;
	font-size:.6em;
	margin-top:25px;
}
.archive-nav a{
	margin:0 3px;
	font-weight:bold;
	font-size:1.6em;
}
.archive-nav span{
	padding: 0 10px;
}
.recently-sent-card-archive-modal{
	padding: 10px;
	font-size:1.91em;
}
#TB_ajaxContent h1 {
	margin: 10px 0 5px;
}
#TB_ajaxContent h2 {
	font-size:.57em;
	margin-bottom: 25px;
}
#TB_ajaxContent #archive-messages li {
	list-style:none;
}



/* @end Archive */







/* @group Send a Card */

#sendcard {
	
}

/* @end Send a Card */


