﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : tryzero.css
For   : Setting base styles of the site


Created       : 2008-12-03
Last Modified : 

----------------------------------------

Content	

	0. Main
    1. Header
	2. Content
	3. Notes

//////////////////////////////////////////////////*/


/* ---------------------------------------
 
	0. Main
 
   ---------------------------------------- */
#tryzero_main {
	float:left;
	width:623px;
	margin-right:20px;
	padding-bottom:100px;
}


/* ---------------------------------------
 
	1. Header
 
   ---------------------------------------- */
#tryzero_header {
	width: 623px;
	padding-top: 74px;
}
#tryzero_header p {
	padding-bottom: 6px;
}
#tryzero_header h1 {
	padding: 0 10px 30px;
}


/* ---------------------------------------
 
	2. Content
 
   ---------------------------------------- */
#tryzero_content {
	width: 603px;
	margin: 0 10px;
}
#tryzero_content #tryzero_content_left {
	float: left;
	width: 260px;
}
#tryzero_content #tryzero_content_left p {
	font-weight: bold;
}
#tryzero_content #tryzero_content_left img {
	margin-bottom: 50px;
}
#tryzero_content #tryzero_content_campaign {
	float: right;
	width: 333px;
	margin-bottom: 50px;
	padding-bottom: 5px;
	background: #238200 url(/whatsid/tryzero/images/campaign_bottom.gif) no-repeat bottom left;
}
#tryzero_content #tryzero_content_campaign h2 {
	padding: 8px 5px 3px;
	background: url(/whatsid/tryzero/images/campaign_top.gif) no-repeat top left;
}
#tryzero_content #tryzero_content_campaign ul {
	padding-right: 5px;
}
#tryzero_content #tryzero_content_campaign ul li {
	float: left;
	padding: 5px 0 0 5px;
}

#tryzero_content #tryzero_content_sid {
	clear: both;
	background: url(/whatsid/tryzero/images/sid_body.gif) repeat-y top left;
}
#tryzero_content #tryzero_content_sid #tryzero_content_sid_container {
	background: url(/whatsid/tryzero/images/sid_bottom.gif) no-repeat bottom left;
	padding: 10px 12px 12px 15px;
}
#tryzero_content #tryzero_content_sid p#sid_description {
	float: left;
	width: 325px;
	font-size: 108%;
	line-height: 1.6em;
}
#tryzero_content #tryzero_content_sid p#sid_get_btn {
	float: right;
	width: 235px;
}





#election_voice {
	width: 603px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 16px;
}

#election_voice .electionUnit {
	margin: 5px;
	padding: 10px 0 10px;
	background: url(/shared/images/line_dot_w4.gif) repeat-x left bottom;
}

#election_voice .lastLineUnit {
	background: none;
}

#election_voice .electionUnit .electionIndvd .advanceSeg {
	position: relative;
	float: left;
}

#election_voice .electionUnit .electionIndvd img.voiceFrom {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#election_voice .electionUnit .electionIndvd h3 {
	padding: 2px 0 5px 50px;
	border-bottom: 1px solid #c8c8c8;
}

#election_voice .electionUnit .electionIndvd h4 {
	padding: 1px 0 5px 49px;
}

#election_voice .electionUnit .electionIndvd p {
	margin-bottom: 3px;
	padding: 0 0 5px 50px;
}

#election_voice .electionUnit .electionIndvd {
	margin-right: 5px;
}

/* ---------------------------------------
 
	3. Notes
 
   ---------------------------------------- */
p#tryzero_notes {
	width: 603px;
	margin: 3px 10px 0;
	font-size: 77%;
	text-align: right;
}