html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @group Typography & fonts */

body {
font-size: .625em;
font-family: Arial, Helvetica, sans-serif;
color: #424242;
}

p, span {
font-size: 1.3em;
}

a {
text-decoration: none;
color: #3151A2;
border-bottom: 1px solid #3151A2;
}

a:hover {
text-decoration: none;
color: #C00;
border-bottom: 1px solid #C00;
}

ul, ol {
list-style-type: none;
list-style-position: outside;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #424242;
font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
border-bottom: none;
color: #424242;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #3151A2;
border-bottom: none;
}

h1 {
font-size: 3.6em;
}

h2 {
font-size: 3.6em;
}

h3 {
font-size: 2.4em;
}

h4 {
font-size: 2.1em;
}

h5 {
font-size: 1.8em;
}

h6 {
font-size: 1.6em;
}

small {
font-size: 1.1em;
line-height: 1.6em;
}

strong {
font-weight: bold;
}

.clear {
clear: both;
}

/* @end */

/* @group Structure */

body {
margin: 0;
padding: 0;
background: #424242 url(images/beebole-pattern.jpg) repeat;
}

.wrapper {
margin: 0 auto;
padding:0;
width: 960px;
}

#header {
width: 100%;
height: 60px;
margin-bottom:20px;
}

#content {
float: left;
display: inline;
}

.narrowcolumn {
width: 640px;
}
	
.widecolumn {
width: 960px;
}

#sidebar {
width: 300px;
float: right;
display: inline;
}

#footer {
width: 100%;
clear: both;
}

/* @end */

/* @group Header */

#header {
background:transparent url(images/black40.png) repeat;
}

#logo {
float: left;
margin: 15px 0px 15px 0px;
}

#logo a {
border-bottom: none;
}

#logo a img {
width: 165px;
height: 30px;
}

#tab ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}

#tab li {
float: right;
display: inline;
margin: 22px 0px 0px 30px;
}

#tab ul li a {
color: #DDD;
border-bottom: none;
font-size: 1.6em;
padding-bottom: 2px;
}

#tab ul li a:hover {
border-bottom: 2px solid #F90;
}

#tab ul li a.current {
border-bottom: 2px solid #F90;
}

#lang {
margin: 20px 0px 0px 40px;
float: right;
}

#lang select {
width: 100px;
}
/* @end */

/* @group Footer */

#footer {
background:transparent url(images/black40.png) repeat;
margin-bottom: 20px;
}

#footer p {
color: #DDD;
text-align: center;
padding: 15px 0;
}
	
#footer a {
color: #DDD;
text-decoration: none;
border-bottom: none;
}

#footer a:hover {
border-bottom: 1px solid #F90;
background: none;
}

#footerSidebar {
float: left;
background:transparent url(images/black40.png) repeat;
display:block;
width: 100%;
margin-bottom: 20px;
}

#footerSidebar h2 {
font-size:1.8em;
font-weight: normal;
margin-bottom: 25px;
color: #DDD;
}

#footerSidebar ul, #footerSidebar ol {
}

#footerSidebar ul li {
float: left;
display: inline;
width: 180px;
padding: 25px 30px 20px 30px;
color: #CCC;
}

#footerSidebar ul p, #footerSidebar ul select {
}

#footerSidebar ul ul, #footerSidebar ul ol {
}

#footerSidebar ul ul ul, #footerSidebar ul ol {
}

#footerSidebar ul ol li {
background: none;
list-style: none;
font-size:1.3em;
margin: 0 0 10px 0;
padding:0;
line-height: 1.3em;
}

#footerSidebar ul ul li {
background: none;
list-style-type: none;
font-size:1.3em;
margin: 0 0 10px 0;
padding: 0;
line-height: 1.3em;
}

#footerSidebar ul ul li a {
color: #CCC;
border-bottom: none;
}

#footerSidebar ul ul li a:hover {
color: #CCC;
border-bottom: 1px solid #F90;
}

/* @end */

/* @group Page */

#breadcrumbs {
margin: 0 0 30px 0;
}

.page {
background: #FFF;
padding: 20px 30px 10px 30px;
margin-bottom: 20px;
}

.page h1 {
margin: 10px 0 20px 0;
}

.page h2 {
margin: 40px 0 15px 0;
}

.page h3 {
margin: 30px 0 15px 0;
}

.page p {
line-height: 1.5em;
margin: 10px 0 10px 0;
}

.page a {
}

.page ul, .page ol {
line-height: 1.5em;
font-size: 1.3em;
}

.page ul li {
}

/* @end */


/* @group Post */

.post {
background: #FFF;
padding: 20px 30px 30px 30px;
margin-bottom: 20px;
}
	
.post h1 {
margin: 0 0 10px 0;
}

.post h2 {
margin: 0 0 10px 0;
}

.post h3 {
margin: 0 0 10px 0;
}

.post .postmetadata {
padding: 10px;
background-color: #EBEBEB;
font-size: 1.1em;
line-height: 1.5em;
}

.post .postmetadata a {
color: #424242;
border-bottom: 1px solid #424242;
}
	
.post .postmetadata a:hover {
color: #C00;
border-bottom: 1px solid #C00;
}

.navigation {
float: left;
background: #FFF;
width: 580px;
padding: 15px 30px 15px 30px;
margin-bottom: 20px;
}

.navigation .alignright {
float: right;
display:inline;
}

.navigation .alignleft {
float: left;
display:inline;
}

/* @end */

/* @group Archive */

.archive h1 {
background: #FFF;
padding: 20px 30px 20px 30px;
margin-bottom: 20px;
}

/* @end */

/* @group Search Results */

.searchResults h1 {
background: #FFF;
padding: 20px;
margin-bottom: 20px;
}

/* @end */

/* @group Entry */

.entry {
margin: 30px 0 40px 0;
text-align: justify;
}

.entry h1 {
margin: 10px 0 20px 0;
text-align: left;
}
	
.entry h2 {
font-size: 2.4em;
margin: 20px 0px 15px 0px;
text-align: left;
}
	
.entry h3 {
font-size: 2.1em;
margin: 20px 0px 15px 0px;
text-align: left;
}

.entry h4 {
font-size: 1.8em;
margin: 15px 0px 10px 0px;
text-align: left;
}
	
.entry p {
margin: 15px 0px 10px 0px;
line-height: 1.5em;
}
	
.entry a img:hover {
border-bottom: none;
border: 0;
outline: 0;
}
	
.entry .postmetadata {
padding: 10px;
background-color: #EBEBEB;
font-size:1.1em;
line-height: 1.5em;
}
	
.entry .postmetadata a {
color: #424242;
border-bottom: 1px solid #424242;
}
	
.entry .postmetadata a:hover {
color: #C00;
border-bottom: 1px solid #C00;
}

.entry .share {
margin: 40px 10px 25px 0;
}

.entry .share a img {
margin: 0 20px 0 0;
}
	
.entry .share a {
border-bottom: none;
}

.entry ul,.entry ol {
padding: 10px 30px 5px 40px;
font-size: 1.3em;
}

.entry ul li {
list-style-type: disc;
line-height: 1.5em;
margin: 0 0 8px 0;
}

.entry ol li {
list-style-type: decimal;
line-height: 1.5em;
margin: 0 0 8px 0;
}

.entry blockquote {
margin: 15px 30px 0 20px;
padding-left: 20px;
border-left: 5px solid #EBEBEB;
font-style: italic;
}

/* @end */

/* @group Similarity */

div.similarity ul li {
line-height: 1.9em;
list-style-type: disc;
}

/* @end */

/* @group Sidebar */

#sidebar h2 {
font-size:1.8em;
margin-bottom: 25px;
color: #DDD;
}

#sidebar ul, #sidebar ol {
}

#sidebar ul li {
padding: 25px 30px 10px 30px;
background:transparent url(images/black40.png) repeat;
margin-bottom: 20px;
color: #DDD;
}
	
#sidebar ul p, #sidebar ul select {
	background: none;
	font-size:1.3em;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.3em;
}

#sidebar ul p a{
	color: #F90;
	border: 0;
}

#sidebar ul p a:hover{
	color: #F90;
	border-bottom: 1px solid #F90;
}

#sidebar ul ul, #sidebar ul ol {
}

#sidebar ul ul ul, #sidebar ul ol {
}

#sidebar ul ol li {
background: none;
list-style: decimal outside;
font-size:1.3em;
margin:0;
padding:0;
}

#sidebar ul ul li {
background: none;
font-size:1.3em;
margin: 0 0 15px 0;
padding: 0;
list-style-type: none;
line-height: 1.3em;
}

#sidebar ul ul li a {
color: #DDD;
border-bottom: none;
}

#sidebar ul ul li a:hover {
color: #DDD;
border-bottom: 1px solid #F90;
}

#sidebar .subscribe ul li {
padding: 0 0 0 42px;
line-height: 32px;
}

#sidebar .subscribe ul li.RSS {
background: url(images/Feed.png) no-repeat bottom left;
}

#sidebar .subscribe ul li.Twitter {
background: url(images/Twitter.png) no-repeat bottom left;
margin: 0 0 10px 0;
}

#sidebar .beta form {
margin: 0;
padding: 0;
}

#sidebar .beta p {
text-align: center;
line-height: 1.3em;
}
	
#sidebar .beta .form input {
width: 230px;
margin: 20px 0px 20px 0px;
font-size: 1.3em;
border: solid 1px;
border-color: #AAA #DDD #DDD #AAA;
padding: .4em .3em .4em .3em;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0;
color: #424242;
display: block;
background: #FFF;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#sidebar .beta .button {
background: transparent url('images/subscribehover-en.png') no-repeat;
height: 28px;
width: 130px;
margin: 0 0 15px 55px;
}

#sidebar .beta .button .subscribe {
background: transparent url('images/subscribe-en.png') no-repeat;
height: 28px;
width: 130px;
}

#sidebar .beta .button .subscribe:hover {
background: transparent url('images/subscribehover-en.png') no-repeat;
cursor: pointer;
}

#sidebar .seeDemo {
display: block;
width: 240px;
height: 66px;
text-indent:-9999px;
background: url('images/seeDemoSidebar.png') no-repeat top left;
margin: 0;
padding: 0;
}

#sidebar .seeDemo a {
display: block;
width: 100%;
height: 100%;
background: url('images/seeDemoSidebar.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#sidebar .seeDemo a:hover {
background: url('images/seeDemoSidebar.png') no-repeat 0 -66px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#sidebar .trialBlog ul {
margin: 5px 0 25px 0;
}

#sidebar .trialBlog ul li {
background: none;
font-size:1.3em;
margin: 0 0 7px 15px;
padding: 0 0 0 3px;
list-style-type: disc;
line-height: 1em;
}

#sidebar .trialButtonBlog {
display: block;
width: 240px;
height: 66px;
text-indent:-9999px;
background: url('images/trialBlog.png') no-repeat top left;
margin: 0;
padding: 0;
}

#sidebar .trialButtonBlog a {
display: block;
width: 100%;
height: 100%;
background: url('images/trialBlog.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#sidebar .trialButtonBlog a:hover {
background: url('images/trialBlog.png') no-repeat 0 -66px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#sidebar .googleButton {
text-decoration: none;
background: none;
border: 0;
outline: 0;
padding: 0;
}

/* @end */

/* @group Images */

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

a img {
text-decoration: none;
background: none;
border: 0;
outline: 0;
padding: 0;
}

a img:hover {
text-decoration: none;
background: none;
border: 0;
outline: 0;
padding: 0;
}

/* @end */

/* @group Caption */

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

/* @end */

/* @group Searchform */

#searchform {
margin: 0;
padding: 0;
}

#searchform div {
}

#searchform #s {
width: 180px;
border: solid 1px;
font-size: 1.3em;
border-color: #AAA #DDD #DDD #AAA;
padding: .2em .1em .2em .3em;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0;
color: #424242;
background: #FFF;
text-align: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#searchform #searchsubmit {
margin: 0px 0px 0px 10px;
}

#searchform div label.screen-reader-text {
display: none;
}

/* @end */

/* @group Comments */

.commentlist {
padding: 0;
margin: 0;
text-align: left;
}

.commentlist li {
margin: 15px 0 15px 0px;
padding: 10px 10px 10px 10px;
list-style: none;
}

.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
}

.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist p {
margin: 20px 5px 10px 0;
line-height: 1.5em;
text-transform: none;
}

div.comment-author.vcard {
font-size: 1.1em;
}

.commentmetadata {
margin: 5px 0 0 0;
display: block;
font-size: 1.1em;
}

.thread-odd {
background-color: #EBEBEB;
}

.thread-even {
background-color: #FFF;
border: 1px solid #EBEBEB;
}

#commentform {
margin: 15px 0 0 0;
}

#commentform p {
margin: 10px 0;
}

#commentform input {
width: 200px;
padding: 5px;
margin: 5px 5px 0px 0;
}
#commentform textarea {
width: 99%;
padding: 5px;
}

#commentform #submit {
margin: 5px 0 15px auto;
padding: 0;
float: left;
}

#commentform #subscribe {
margin: 0;
padding: 0;
}

#respond {
margin-top: 30px;
margin-bottom: 15px;
}

#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
	
.children {
padding: 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

p.subscribe-to-comments {
font-size: 1.1em;
}

.says {
font-size: 1em;
}

cite {
font-style: normal;
}

blockquote cite {
margin: 5px 0 0;
font-style: italic;
display: block;
}

/* @end */

/* @group Various */

.alignright {
float: right;
display:inline;
}

.alignleft {
float: left;
display:inline;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.gline {
height: 10px;
width: 100%;
background-color: #EBEBEB;
margin: 0px 0 10px 0;
}

acronym, abbr, span.caps {
font-size: 1.1em;
letter-spacing: .07em;
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

.smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.attachment {
text-align: center;
margin: 5px 0px;
}

select {
width: 130px;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

/* @end */

/* @group Homepage */

.home {
margin-bottom: 20px;
display: block;
float: left;
position: relative;
z-index:1;
}

#homeBanner {
width: 100%;
margin-bottom:20px;
background:transparent url(images/black40.png) repeat;
display: block;
float: left;
}

#homeBannerText {
width: 364px;
padding: 30px 26px 20px 30px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline;
float: left;
}

#homeBannerText h1 {
color:#EEE;
font-weight: normal;
line-height:1.2em;
margin-bottom: 30px;
}

#homeBannerText p {
color:#AAA;
font-size: 2em;
line-height:1.2em;
margin-bottom: 30px;
}

#homeBannerVideo {
width: 480px;
padding: 30px 30px 30px 30px;
display: inline;
float: right;
}

#homeBannerButton {
position: absolute;
top: 340px;
right: 70px;
z-index:2;
}

#homeBannerButton .tryButton {
display: block;
width: 400px;
height: 110px;
text-indent:-9999px;
background: url('images/tryButton.png') no-repeat 0 -110px;
margin: 0;
padding: 0;
}

#homeBannerButton .tryButton a {
display: block;
width: 100%;
height: 100%;
background: url('images/tryButton.png') no-repeat 0 -110px;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#homeBannerButton .tryButton a:hover {
background: url('images/tryButton.png') no-repeat top left;
}

#homeBannerButton .seeDemo {
display: block;
width: 400px;
height: 110px;
text-indent:-9999px;
background: url('images/seeDemo.png') no-repeat 0 -110px;
margin: 0;
padding: 0;
}

#homeBannerButton .seeDemo a {
display: block;
width: 100%;
height: 100%;
background: url('images/seeDemo.png') no-repeat 0 -110px;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#homeBannerButton .seeDemo a:hover {
background: url('images/seeDemo.png') no-repeat top left;
}

#homeBannerButton .seeDemoRed {
display: block;
width: 400px;
height: 110px;
text-indent:-9999px;
background: url('images/seeDemo_red.png') no-repeat top left;
margin: 0;
padding: 0;
}

#homeBannerButton .seeDemoRed a {
display: block;
width: 100%;
height: 100%;
background: url('images/seeDemo_red.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#homeBannerButton .seeDemoRed a:hover {
background: url('images/seeDemo_red.png') no-repeat 0 -110px;
}

#homeBannerButton .seePricingHome {
display: block;
width: 400px;
height: 110px;
text-indent:-9999px;
background: url('images/getFreeAccountHome.png') no-repeat top left;
margin: 0;
padding: 0;
}

#homeBannerButton .seePricingHome a {
display: block;
width: 100%;
height: 100%;
background: url('images/getFreeAccountHome.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

#homeBannerButton .seePricingHome a:hover {
background: url('images/getFreeAccountHome.png') no-repeat 0 -110px;
}

.startTrial {
display: block;
width: 182px;
height: 50px;
text-indent:-9999px;
background: url('images/startFreeTrial.png') no-repeat top left;
margin: 25px 0 35px 0;
padding: 0;
}

.startTrial a {
display: block;
width: 100%;
height: 100%;
background: url('images/startFreeTrial.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

.startTrial a:hover {
background: url('images/startFreeTrial.png') no-repeat 0 -50px;
}

.startTrial2 {
display: block;
width: 240px;
height: 66px;
text-indent:-9999px;
background: url('images/getFreeAccount.png') no-repeat top left;
margin: 0;
padding: 0;
}

.startTrial2 a {
display: block;
width: 100%;
height: 100%;
background: url('images/getFreeAccount.png') no-repeat top left;
text-indent:-9999px;
text-decoration: none;
border: 0;
outline: 0;
padding: 0;
}

.startTrial2 a:hover {
background: url('images/getFreeAccount.png') no-repeat 0 -66px;
}

#homeContent {
width: 100%;
background: #FFF url('images/homeContent.png') repeat-y;
display: block;
float: left;
position: relative;
}

#homeContentShare {
background:transparent url(images/black60.png) repeat;
position: absolute;
bottom: 30px;
right: 30px;
height: 80px;
width: 450px;
}

#homeShareTitle {
float: left;
display: inline;
padding: 29px 0 29px 30px;
width: 170px;
}

#homeShareTitle h2 {
font-size: 2.2em;
color: #EEE;
}

#homeShareButtons {
float: right;
display: inline;
width: 250px;
}

#homeShareButtons .shareButtons {
padding: 24px 0 24px 0;
}

#homeShareButtons .shareButtons a {
width: 100%;
height: 100%;
text-indent:-9999px;
text-decoration: none;
margin-right: 30px;
border: 0;
outline: 0;
padding: 0;
}

#homeColumn1 {
float: left;
width: 260px;
padding: 30px 30px 30px 30px;
}

#homeColumn1 .iPhone {
display: block;
width: 260px;
height: 138px;
margin: 0;
padding: 0;
}

#homeColumn1 h2 {
font-size: 2.2em;
margin: 50px 0 20px 0;
}

#homeColumn1 p {
line-height:1.4em;
margin-bottom: 20px;
}

#homeColumn1 ul, #homeColumn1 ol {
font-size: 1.3em;
padding: 0 0 20px 15px;
}

#homeColumn1 ul li {
list-style-type: disc;
line-height: 2em;
}


#homeColumn2 {
float: left;
width: 260px;
padding: 30px 30px 150px 30px;
position: relative;
}

#homeColumn2 h2 {
font-size: 2.2em;
margin: 50px 0 20px 0;
}

#homeColumn2 p {
line-height:1.4em;
margin-bottom: 20px;
}

#homeColumn2 ul, #homeColumn3 ol {
font-size: 1.3em;
padding: 0 0 20px 15px;
}

#homeColumn2 ul li {
list-style-type: disc;
line-height: 2em;
}

#homeSecure {
position: absolute;
background:transparent url('images/lock.png') repeat;
height: 36px;
width: 32px;
}

#homeColumn3 {
float: right;
width: 260px;
padding: 30px 30px 150px 30px;
}

#homeColumn3 h2 {
font-size: 2.2em;
margin: 50px 0 20px 0;
}

#homeColumn3 p {
line-height:1.4em;
margin-bottom: 20px;
}

#homeColumn3 ul, #homeColumn3 ol {
font-size: 1.3em;
}

#homeColumn3 ul li {
list-style-type: none;
line-height: 2em;
}

/* @end */

#beta .form input {
width: 230px;
margin: 20px 0px 20px 0px;
font-size: 1.3em;
border: solid 1px;
border-color: #AAA #DDD #DDD #AAA;
padding: .4em .3em .4em .5em;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0;
color: #424242;
display: block;
background: #FFF;
text-align: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#helpLinks {
margin-right: -30px;
height: 180px;
}

#helpLinks a {
background:transparent url(images/black60.png) repeat;
color:#DDD;
display: block;
float: left;
font: normal normal normal 15px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 40px;
margin: 20px 30px 10px 0px;
padding: 20px 15px 20px 15px;
width: 172.5px;
text-decoration: none;
border:none;
outline: 0;
}

#helpLinks a:hover {
background:transparent url(images/black80.png) repeat;
text-decoration: none;
border:none;
}

#helpLinks a span {
	clear: both;
	color: #BBB;
	display: block;
	font: normal normal normal 11px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 14px;
	overflow: hidden;
	padding-top: 2px;
}
