* { margin: 0; padding: 0; }

.hide { display: none; }

html {
	text-align: center;
	}

body {
	background: #ffffff url(bodybg.gif) repeat-x top left;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(header-shadow.gif) no-repeat 67px 432px;
	background-image: url(header-shadow.gif);
	}
	
#tag {
	background: url(tag.png) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	width: 141px;
	height: 65px;
	z-index: 10;
	text-indent: -9999px;
	}
	
#tag a {
	display: block;
	width: 141px;
	height: 65px;
	}

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #000000; font-size:12px; }
	
a img { border: 0; }

	
/* The header */	
	
div#header {
	height: 303px;
	width: 838px;
	margin: 0 auto;
	position: relative;
	background: url(headerbg.jpg) no-repeat;
	}
#header img {
border:0px;
padding:54px 0 0 67px;

	}
	
#header h1 {
	position: absolute;
	top: 54px;
	left: 67px;	
	text-indent: -9999px;
	}
	
#header h1 a {
	display: block;
	width: 707px;
	height: 85px;
	}
	
#header p {
	display: none;
	}

	
/* The navbar */

ul#navbar {
	height: 125px;
	width: 706px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 125px;
	width: 235px;
	}
	
#navbar li#download {
	background-image: url(demo_r.jpg);
	}

#navbar li#buy {
	background-image: url(sponsor_r.jpg);
	}
	
#navbar li#help {
	background-image: url(gethelp_r.jpg);
	}
	
	
/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

.popup td.corner {
	height: 15px;
	width: 19px;
	}

.popup td#topleft { background-image: url(bubble-1.png); }
.popup td.top { background-image: url(bubble-2.png); }
.popup td#topright { background-image: url(bubble-3.png); }
.popup td.left { background-image: url(bubble-4.png); }
.popup td.right { background-image: url(bubble-5.png); }
.popup td#bottomleft { background-image: url(bubble-6.png); }
.popup td.bottom { background-image: url(bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}
	
table.popup-contents td {
	text-align: left;
	}
	
tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(starburst.gif) no-repeat top right;
	height: 17px;
	}
	
tr#release-notes td a {
	color: #333;
}


/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}

.largepopup-content {
	width: 344px;
	padding: 50px 30px 0 30px;
	margin: 0 auto;
	background: url(floater-top.png) no-repeat;
	}
	
.largepopup-footer {
	background: url(floater-bottom.png) bottom no-repeat;
	min-height: 78px;
	margin: 0;
	padding: 0 30px 0 30px;
	}
	
.largepopup-content h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	}
	
.largepopup-content p {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}

#wrong-os h3 {
	padding-top: 80px;
	background: url(wrong-os-h3.gif) no-repeat top;
	}

#start-download h3 {
	padding-top: 76px;
	background: url(start-download-h3.png) no-repeat top;
	}
		
#start-download .largepopup-footer ul {
	text-align: center;
	padding: 0px;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	}
	
li#button-ok, li#button-confirm {
	/* background: url(./img/button-ok.png); */
	}
	
li#button-cancel {
	/* background: url(./img/button-cancel.png); */
	}
	
/* The short pitch */

#subhead {
	width:706px;
	margin: 19px 0 0px 67px;
	text-align: center;
	font-size: 20px;
	background-color:#FFFFFF;
	padding:5px 0 15px 0px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}
/* The toolbar for the content box */

ul#toolbar {
	height: 53px;
	width: 706px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	background-image:url(navbg.gif);
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	}
#toolbar li p {
	padding:15px 0 0 0;
	}
#toolbar li a {
	height: 53px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	padding:0px 0 0 0px;
	text-decoration:none;
	}	
#toolbar li.active {
	background-position: top;
	width: 105px;
	background-image:url(testimonials.gif);
	
	}

#toolbar li.inactive {
	background-position: bottom;
	width: 105px;
	background-image:url(testimonials.gif);
	
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#leftside {
	width: 12px;
	background-image:url(navleft.gif);
	}
	#toolbar li#rightside {
	width: 9px;
	background-image:url(navright.gif);
	float:right;
	}
#toolbar li#editor-tab {
	width: 90px;
	background-image: url(clients.gif);
	}

#toolbar li#preview-tab {
	width: 105px;
	background-image: url(testimonials.gif);
	}

#toolbar li#css-tab {
	width: 80px;
	background-image: url(faq.gif);
	}

#toolbar li#terminal-tab {
	width: 70px;
	background-image: url(demo.gif);
	}

#toolbar li#books-tab {
	width: 80px;
	background-image: url(price.gif);
	}
#toolbar li#contact-tab {
	width: 110px;
	background-image: url(contact.gif);
	}


	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 10.5em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	padding-right:10px;
	}
	
#frame div.button {
	position: absolute;
	top: 30%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 706px;
	margin: 0 auto;	
	border-left: 1px solid #CEE6A4;
	border-right: 1px solid #CEE6A4;
	background: #fff url(.../content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 5250px;
	padding-right:5px;
	}
	
.section {
	width: 695px;
	margin: 20px;
	float: left;
	
	}
	
.section h2, .section h3 {
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	}
	
.section h2, .section#sites-pane h3 {
	color: #072453;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 18px;
	padding-right:10px;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
		
#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
	}
	
#files-browser {
	float: right;
	margin: 0 0 20px 20px;
	}
	
#files-transmit {
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(editor-collab.gif) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(editor-token.gif) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
	}
	
#preview-dom {
	}
	
#css-gui_txt {
	margin-bottom: 40px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	}
	
#terminal-icon {
	margin-bottom: 0;
	margin-top: -10px;
	}
	
#terminal-colors {
	float: right;
	margin-left: 10px;
	}
	
#books-thebook {
	margin-right: 30px;
	}
	
/* Screenshots */

ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	list-style: none;
	display: inline;
	width: 110px;
	height: 105px;	}
	
ul.screenshots li img {
		
	float: none;
	}
	
/* Overview */
div#help {
	width: 707px;
	margin: 0 auto 0px 67px;
	color: #000000;
	clear:both;
	float:left;
	background-image:url(blueshade.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
div#help h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background-image:url(bluewithline.gif);
background-repeat:repeat-x;
height:19px;
padding:5px 0px 5px 15px;
	}
div#help h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#ffffff;
font-weight:normal;
padding:6px 5px 5px 10px;
margin:0px 0 1px 0;
background-image:url(gregreenbgdotted.gif);
background-repeat:repeat-x;
height:20px;
	}

div#help p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:10px 0 5px 15px;
color:#000000;
	}
div#help a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}
div#help a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#e0970b;
text-decoration:none;
}
div#help1 {
	width: 100%;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	}
div#help1 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:0 0 0 15px;
	}
div#help1 p#decp{
padding:5px 0 0 30px;
	}
div#demomain
{
width:707px;
float:left;
border-bottom:#C8DFEA 1px solid;
}
div#demo1 {
	width: 165px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px 0px 10px 10px;
	}
div#demo2 {
	width: 520px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px 0px 10px 10px;
	}
div#demo2 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:5px 0 0 0px;
	}
div#help2 {
	width: 230px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	}
	div#help2 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:10 0 0 15px;
	}
div#help3 {
	width: 200px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	}
	div#help3 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:10 0 0 15px;
	}
div#help4 {
	width: 400px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	text-align:right;
	}
div#help5 {
	width: 530px;
	margin: 0 auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	text-align:right;
	}
	div#help5 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:10 0 0 15px;
text-align:left;
}
	div#help6 {
	width: 150px;
	margin: 10px auto 0px 0px;
	color: #000000;
	float:left;
	padding:5px;
	border:#CACACA 1px solid;
	background-color:#E2EEF4;
	}
div#help6 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:5px 0 0 5px;
text-align:left;
}
div#help4 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:10 0 0 15px;
	}
div#overview {
	width: 707px;
	margin: 0 auto 5px 65px;
	color: #000000;
	padding-top: 23px;
	background: #ffffff url(bluegr.gif) no-repeat top;
	clear:both;
	float:left;
	}
div#overviewleft {
	width: 349px;
	float:left;
	padding-right:4px;
	}
div#overviewright {
	width: 353px;
	float:left;
	border-left:#999999 1px solid;
	}
div#overviewrighttop {
	width: 353px;
	border-bottom:#999999 1px solid;
	padding:0 0 5px 0;
	}
div#overviewright img {
	padding:1px;
	margin:5px;
	}
	div#overviewright p{
	padding:0px 15px 0px 15px;
	font-size:11px;
	}
#overview h1#over {
	background: #E3E3E3 url(overviewbg.gif) top right no-repeat;
	text-align: left;
	font-size: 15px;
	height:22px;
	padding:3px 0 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
#overview p#overtext {
	text-align: left;
	font-size: 11px;
	padding:10px 0 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
div#testimon {
	width: 706px;
	margin: 0 auto 0px 65px;
	float:left;
	}
#testimon h1#testheading {
	background: #E3E3E3 url(overviewbg.gif) top right no-repeat;
	text-align: left;
	font-size: 15px;
	height:22px;
	padding:3px 0 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
ul#testimonials {
	height: 150px;
	width: 706px;
	text-align: left;
	list-style: none;
	margin: 2px auto 0 auto;
	clear: both;
	background-color:#ECEAD1;
	border-bottom: 1px solid #ECEAD1;
	}
	
#testimonials li {
	float: left;
	}
	
#testimonials li p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	padding:25px 15px 10px 10px;
	}
		
#testimonials li#test1 {
	width: 175px;
	height:148px;
	background-image: url(greenbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-right:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
	}

#testimonials li#test2 {
	width: 175px;
	height:148px;
	background-image: url(orangebg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-right:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
	}

#testimonials li#test3 {
	width: 175px;
	height:148px;
	background-image: url(redbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-right:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
	}

#testimonials li#test4 {
	width: 175px;
	height:148px;
	background-image: url(bluebg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:#FFFFFF 2px solid;
	}	
	/* Footer */

div#footer {
	width: 100%;
	margin: 0 auto 0px auto;
	color: #666;
	font-size: 14px;
	height:108px;
	background-image:url(bottombg.gif);
	background-repeat:repeat-x;
	clear:both;
	}
div#footercontent {
	width: 706px;
	margin: 0 auto 0px auto;
	color: #078788;
	padding-top: 32px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
		font-size: 12px;
	}
	#footercontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #078788;
	text-decoration: none;
	font-weight: normal; 
}
#footercontent a:hover {
	color: #00F6FF;
	background-color:inherit;
}
#footercontent p#copyright {
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
	color:#000000;
	}
/* Support Page Stuff */

#serial-finder {
	margin: 25px auto 20px auto;
	}
	
#serial-finder h3 {
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	padding: 0 5px 0 32px;
	background: url(help-padlock.png) no-repeat left;
	}
	
#serial-finder table {
	margin: 0 auto;
	}

input#email-search {
	padding: 0 5px;
	font-size: medium;
	color: #777;
	}
	
input#button-serials {
	padding: 0 0 0 5px;
	}
	
.support-section {
	background: url(purchase_form-top.png) top repeat-x;
	padding: 20px 40px;
	}
	
.support-section-wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 40px;
	}
	
.support-section h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: lowercase;
	margin: 10px 0;
	text-align: left;
	}
	
#faq h2 {
	padding-left: 40px;
	background: url(help-faq-icon.png) left no-repeat;
	color: #1f4687;
	}

#coda-contact h2 {
	padding-left: 46px;
	background: url(help-send-email.png) left no-repeat;
	color: #4b0a78;
	}
	
#faq h3 {
	margin: 20px 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	}
	
#faq p {
	margin: 10px 40px 20px 40px;
	font-size: 14px;
	line-height: 18px;
	}

#contact p {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	}
	
p#support-email-us {
	font-size: 18px;
	margin-top: 30px;
	}

fieldset {
	border: 0;
	}
	
legend {
	display: none;
	}
#nav
{
background-image:url(navbg.gif);
height:53px;
width:706px;
margin:auto;
}
#nav A {
	PADDING-LEFT: 22px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 15px; 
	BACKGROUND: url(navl.gif) repeat-x left top; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
#nav A SPAN {
	PADDING-RIGHT: 22px; 
	BACKGROUND: url(navr.gif) no-repeat right top; 
	PADDING-BOTTOM: 20px; 
	PADDING-TOP: 16px
}
#nav A {
	DISPLAY: block; FLOAT: left
}
#nav A SPAN {
	DISPLAY: block; FLOAT: left
}
#nav A {
	FLOAT: none
}
#nav A SPAN {
	FLOAT: none
}
#nav A:hover {
	PADDING-LEFT: 22px; BACKGROUND: url(navl_h.gif) repeat-x left top; COLOR: #2D3940
}
#nav A:hover SPAN {
	PADDING-RIGHT: 22px; BACKGROUND: url(navr_h.gif) no-repeat right top
}
#nav A.slected {
	PADDING-LEFT: 22px; BACKGROUND: url(navl_h.gif) repeat-x left top; COLOR: #2D3940
}
#nav A.slected SPAN {
	PADDING-RIGHT: 22px; BACKGROUND: url(navr_h.gif) no-repeat right top
}
#nav UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#nav LI {
	FLOAT: left; MARGIN: 0px; LIST-STYLE-TYPE: none
}
#nav li#leftside {
	width:12px;
	background-image:url(navleft.gif);
	}
#nav li#rightside {
	width:9px;
	background-image:url(navright.gif);
	float:right;
	}
	a.login:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a.login:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a.login:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
a.login:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
#popup{
	width:400px;
	clear:both;
	margin:10px 10px 10px 10px;
	border-left:#B6D4E3 1px solid;
	border-right:#B6D4E3 1px solid;
	border-bottom:#B6D4E3 1px solid;
	background-color:#DBEAF2;
	float:left;
	padding-bottom:15px;
}
#popup p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:5px 10px 0 5px;
}
#popup span {
font-size:15px;
text-decoration:underline;
font-weight:bold;
}
#popup blockquote {
padding-left:40px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#popup hr {
color:#31363E;
margin:0 10px 0 10px;
}
#popup a {
	color: #EA8600;
	background-color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	TEXT-DECORATION:underline;
}
#popup a:hover {
	color: #008600;
	background-color:inherit;
	text-decoration:none;
}
.whiteheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	padding:0px 0px 0px 15px;
}
#questions{
	clear:both;
	margin:0px 0px 0px 0px;
}
#questions a {
	color: #000000;
	background-color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	TEXT-DECORATION:underline;
}
#questions a:hover {
	color: #5C762C;
	background-color:inherit;
	text-decoration:none;
}
#questions ul { column-count: 3; }
#questions ul { width:100%; float: left; padding-left: 0; margin: 0px 0px 0px 0px; }
#questions li { float: left; width: 33%; } 
		#questions li:nth-child(odd) { clear: left; }
		#questions li { float: left; width: 33%;
		background-color:#ffffff; 
		border-bottom:#000000 1px dotted;
		border-right:#000000 1px dotted;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		TEXT-DECORATION: none;
		list-style:none;
		padding:5px 0px 5px 0;
	} 
	#questions li.first_col { clear: left; }
	#questions li.questionsselected {
	background-color:#ECF4F8;
	color:#000000;
	font-weight:normal;
	font-size:12px; }
div#subscribe {
	width: 707px;
	margin:0px;
	color: #000000;
	clear:both;
	float:left;
	background-color:#EBF3F7;
	background-image:url(subscribe1.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:10px 0 10px 0;
	}