body, th, td { font:12px/1.4em Verdana,sans-serif; }

ul
{
    list-style-type: none;
}

body {
    background-color: #fffae6;
    color: #444;
}

a,a:hover,a:link,a:active {
    text-decoration:none;
    color: #009;
}

a:hover {
    text-decoration: underline;
}

img#logoMain {
    display:block;
    margin: auto;
}

div#outerWrapper {
    width: 100%;
    text-align: center;
}

div.formWrap,div#innerWrapper {
    margin: auto;
    width: 601px;
    text-align: left;
}

div.formWrap textarea {
padding: 5px;
}

div.formWrap input,
div.formWrap textarea
{
    background-color: #cef;
    color: #666;
}

div.formWrap input.text,
div.formWrap textarea
{
    border: 1px solid #999;
}

div.formWrap input.urlInput {
    width: 550px;
    height: 25px;
    padding: 3px;
}

div.formWrap input.submitInput {
    background-color: #8CF;
}

div.error_message,div.message {
    display: block;
    margin: auto;
    width: 601px;
    text-align: center;
}

div.error_message span,div.message span {
    font-weight: bold;
}

div.error_message span {
    color: #c33;
}

div.message span {
    color: #33c;
}

div.view .displayUrl ul { padding: 0; float: left; margin: 0;}

div.view .displayUrl li { display:block; float: left; margin-left: 10px; border-left: 1px solid #ccc; padding-left: 10px;}

div.view .displayUrl li:first-child { margin-left: 0; border-left: 0px solid black; padding-left: 10px; }

div.view .displayUrl
{
    display: block;
    margin-bottom: 30px;
}

div.view .displayUrl input {
    color: #339;
    width:  600px;
    background-color: #eeeeda;
    border: 1px solid #ccc;
    padding: 6px 0 6px 10px;
    height: 35px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;

}

div.view .displayUrl h4 {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#CCCCCC;
    height:29px;
    line-height:30px;
    margin-bottom:0pt;
    padding-left:5px;
    width:595px;
}

div.view p {
    margin: 0px;
}


div#bookmarklet {
	text-align: center;
	margin: 30px 0;
	background-color: #f8fbec;
	border:1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	font-weight: bold;
	color: #444;
	width: 578px;
}

div#bookmarklet a {
	display: block;
	font-weight: bold;
	width:  520px;
	line-height: 50px;
	height: 50px;
	background-color: #eeeeda;
	border: 2px solid #ccc;
	margin: 10px auto;
	color: #339;
}


div#footer, div#footer ul.links {
        text-align: center;
        width: 100%;
}

div#footer {
        font-size: .8em;
}

div#footer ul.links {
    list-style-type: none;
    width: auto;
    margin:auto;
    padding: 0;
    display: block;
}

div#footer ul.links li {
    display: inline; margin: 0 8px;
}

ul.faq_q {
    border-bottom: 2px solid #999;
    padding-bottom: 10px;
}

ul.faq_a, ul.faq_q {
    padding-left: 0px;
}

.faq_a span.q {
    font-weight: bold;
    font-size: 1.15em;
}


/* ui */
.ui-icon {overflow:hidden;text-indent:-99999px;}
.ui-icon a:hover { text-decoration: none; }
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #aaaaaa url(/img/theme/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/theme/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

.ui-icon-closethick { background-image: url(/img/theme/ui-icons_72a7cf_256x240.png);  background-repeat: no-repeat; background-position:-96px -128px;}

/* overrides */
.ui-dialog {
    background-color: transparent;
    * background-color: #EEEEDA;
    width: 400px;
}

.ui-dialog-titlebar {
    background-color: #CCC;
    height: 20px;
    padding: 2px 20px;
    
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
}

.ui-dialog-title {
    font-weight: bold;
    font-size: 1.2em;
}



.dialog.customShare
{
    width: 400px;
    height: 250px;
    background-color: #EEEEDA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    padding: 10px 0;
}

.customShare textarea {
    display: block;
    width: 360px;
    height: 100px;
}

.customShare form {
    margin: 0 20px;
    text-align: right;
}


/* sharing */
.customShare .limit { margin-bottom:10px; margin-right:20px; text-align: right; }
.charCt { display:inline; font-family: times; font-size: 24px; color: green; }
.customShare .overLimit { color: red; }
.charCt.overLimit { color: red; }