/*  
Theme Name: superwhite
Theme URI: http://www.demonisblack.com
Description: An experiment in simplicity
Author: Demon
Author URI: http://www.demonisblack.com
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#F7F6F4;
	color:#555;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;
}
#content, #content_single{
	font-size:12px;
	float:left;
	padding:10px 25px 10px 25px;
	width:910px;
	border:solid #E2E2E2 1px;
	background:#FFF;
}

#sidebar{
	clear:both;
	width:100%;
	padding-top:15px;
}
#header{
	width:100%;
	height:160px;
}
.header_title {position:absolute; margin-top:20px; margin-left:0px; }
li.header_title a { text-decoration:none;}

/* +Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer { clear:both; margin:auto; margin-top:20px; width:960px;}
.Footer { float:left; border-top:solid #E2E2E2 1px; text-align:left; margin-top:10px; width:100%; font-size:10px; color:#999;}
.Footer_top { position:relative; float:right;}

.top a {
	display: block;
	width: 38px;
	height: 30px;
	background-image:url(images/t_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	border:0px;
}
 
.top a:hover {
	background-position: 0px -30px;
}


img { padding: 0px; margin: 0px; border: none;}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	margin:0;
}

#content h2{
	font-size:20px;
}
.post-header {
	margin: 0px;
	padding: 0px;
	border-bottom:1px dashed #E2E2E2;
	width:100%;
	text-decoration: none;
}

.post-header_side {
	margin: 0px;
	padding: 0px;
	border-bottom:1px dashed #333333;
	width:650px;
	text-decoration: none;
}

.post-header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	text-decoration: none;
}
.post-header {
	display: block;
}
.post-header .post-name {
	float:left;
	padding:1px 0 5px 0;
	text-decoration: none;
}
.page .post-header .post-name {
	float:none;
	width:auto;
}
.post-header .post-name h2 {
	font-size:40px;
	line-height:1em;
	letter-spacing:1px;
}
.post-header .post-name h2 a {
	color:#333;
	text-decoration: none;
}
.post-header .post-name h2 a:hover {
	text-decoration: underline;
}

#content_single .post-header .post-name .datetime {
	font: 13px 'Trebuchet MS', sans-serif;
	margin:10px 0 2px;
	color:#999;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
/*************************************
 +Sidebar
 *************************************/
#t_categories {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	background:#FFF;
	border:solid #E2E2E2 1px;
	height:60px;
}

#t_categories ul{
	margin:0px;
	margin-top:3px;
	padding:0px;
	float:left;
	list-style:none;
}

#t_categories ul li{
	color:#FFF;
	font-family:tahoma;
	font-size:20px;
	float:left;
	margin-left:10px;
	margin-top:12px;
}

#t_categories ul li a{
	color:#FFF;
	text-decoration:none;
	padding:3px 12px 3px 12px;
	background:#999;
}

#t_categories ul li a:hover{
	background:#0066CC;
}

.t_cat {
	float:left;
	background:  url('images/t_categories.gif') no-repeat;
	width:123px;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin:15px 10px 15px 20px;
}



#t_monthly {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:10px 16px 10px 0px;
	width:470px;
	background:#FFF;
	border:solid #E2E2E2 1px;
}

#t_monthly ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
}

#t_monthly ul li{
	font-size:12px;
	margin-top:8px;
}

#t_monthly ul li a{
	color:#FFF;
	padding:3px 8px 3px 8px;
	background:#999;
	text-decoration:none;
	margin:0px 0px 5px 0px;
}

#t_monthly ul li a:hover{
	background:#0066CC;
}

.t_mon {
	background:  url('images/t_monthly.gif') no-repeat;
	width:218px;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin:15px 10px 15px 20px;
}

.calendar { margin-left:25px; margin-right:15px; margin-bottom:30px;}



#t_comments {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:10px 0px 10px 0px;
	padding-right:20px;
	width:450px;
	background:#FFF;
	border:solid #E2E2E2 1px;
}

#t_comments ul{
	list-style:none;
	padding-left:20px;
}

#t_comments ul li{
	color:#999;
	font-size:12px;
	margin:8px 0px 10px;
}

#t_comments ul li a{
	color:#666;
	margin:0px 0px 5px 0px;
}

#t_comments ul li a:hover{
	color:#0066CC;
}

.t_com {
	background:  url('images/t_comments.gif') no-repeat;
	width:218px;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin:15px 10px 15px 20px;
}


#t_yearly {
	clear:both;
	width:100%;
	background:#FFF;
	border:solid #E2E2E2 1px;
	margin-bottom:13px;
}

#t_yearly ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	margin-bottom:10px;
}

#t_yearly ul li{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	float:left;
	margin:0px 0px 0px 0px;
}

#t_yearly ul li a{
	color:#999;
	text-decoration:none;
	padding:0px 14px 0px 14px;
	margin-left:5px;
}

#t_yearly ul li a:hover{
	color:#0066CC;
}

.empty-month {
	color:#CCC;
	padding:0px 14px 0px 14px;
	margin-left:5px;
}

.t_year {
	float:left;
	background:  url('images/t_yearly.gif') no-repeat;
	width:199px;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin:15px 10px 15px 20px;
}

#t_flicker {
	clear:both;
	width:100%;
	height:110px;
	background:#FFF;
	border:solid #E2E2E2 1px;
}

.t_flic {
	float:left;
	background:  url('images/t_flicker.gif') no-repeat;
	width:84px;
	height:71px;
	display: block;
	text-indent:-9999px;
	margin:15px 30px 15px 20px;
}

#flickr_frame {
	margin-top:10px;
	padding-top:20px;
	padding-left:23px;
	padding-bottom:2px;
	height:110px;
}

#flickrstream{margin:10px 8px 0px 8px;}
.flickr_badge_image{ display:inline; margin-left:5px; padding:0; }
.flickr_badge_image img{ padding: 4px; background: #CCC; }
.flickr_badge_image img:hover{ padding: 4px; background: #0066CC; }

.flickr_photo { display:inline; margin-left:2px; padding:0; }
.flickr_photo img{ padding: 4px; background: #CCC; }
.flickr_photo img:hover{ padding: 4px; background: #0066CC; }




.postmetadata{
	margin-bottom:30px;
	height:45px;
	padding-bottom:2px;
}

.postmetadata a{
	font-weight:bold;
	line-height:19px;
	background:#999;
	color:#FFF;
	padding:3px 7px 3px 7px;
	margin-right:5px;
	text-decoration:none;
}

.postmetadata a:hover{
	color:#FFF;
	background:#0066CC;
}

.postmetadata a span{
	color:#579;
}

.postmetadata .alignleft{
	float: left;
	padding-top:5px;
}

.postmetadata .alignright{
	float: right;
	padding-top:5px;
}

.postmetadata .alignright a{
	font-size:12px;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color:#000000;
	margin-left:2px;
}
.postmetadata .alignright a:hover{
	font-size:12px;
	color:#FFCC00;
	padding: 5px 10px 5px 10px;
	background-color:#000000;
	margin-left:2px;
}

.postmetadata .alignright2{
	float: right;
	padding-top:5px;
}

.postmetadata .alignright2 a{
	font-size:12px;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color:#287AA2;
	margin-left:2px;
}
.postmetadata .alignright2 a:hover{
	font-size:12px;
	color:#FFCC00;
	padding: 5px 10px 5px 10px;
	background-color:#287AA2;
	margin-left:2px;
}


.entrybody p img { text-align: left;}
.entrybody img { border:5px solid #000000; text-align: left;}

/*************************************
 +Comments
 *************************************/
#comments .t_comment{
	font-size:25px;
}

.t_trackback{
	font-size:25px;
}

.commentsTitle {
	background:  url('images/t_thoughts.gif') no-repeat;
	width:278px;
	height:31px;
	display: block;
	text-indent:-9999px;
}

.postCommentsTitle {
	background:  url('images/t_postacomment.gif') no-repeat;
	height:31px;
	display: block;
	text-indent:-9999px;
	padding-bottom:10px;
	border-bottom:solid #E2E2E2 1px;
}

.yourThought {
	background:  url('images/t_yourthought.gif') no-repeat;
	height:45px;
	display: block;
	text-indent:-9999px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid #E2E2E2 1px;
}

.commentRight {
	width:40%;
	float:right;
}

.commentRight input {
	width:90%;
}

.commentLeft textarea {
	width:90%;
	height:200px;
}

.commentLeft {
	width:60%;
}
 
.addComment {
	float:right;
}

.addComment a {
	display: block;
	width: 163px;
	height: 30px;
	background-image:url(images/t_add.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	border:0px;
}
 
.addComment a:hover {
	background-position: 0px -30px;
}

.focusField{
	width:240px;
	padding: 9px;
	background:#FFF url(images/commentbg.jpg) repeat-x left top;
}

.idleField{
	width:240px;
	padding: 9px;
}

#commentform {
	padding:10px;
	border:solid #E2E2E2 1px;
	background:#F7F7F7;
	color:#999;
}

.commentAction {
	margin-left:730px;
	position:absolute;
	float:right;
}

.commentsblock textarea, .commentsblock input {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:14px;
	border:solid #E2E2E2 1px;
}
.commentsblock input.SubmitComment { float:right; width: 153px; height: 60px; background: url(images/t_submit.gif) no-repeat; margin-top: 0px; border: none;}
.commentsblock input.SubmitComment:hover { background: url(images/t_submit.gif) no-repeat 0 -60px; margin-top: 0px;}
.commentsblock input.SubmitCommentIE { float:right; width: 153px; height: 60px; background: url(images/t_submit.gif) no-repeat 0 -60px; margin-top: 0px;}

.commentsblock{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	border-top:solid #CCC 1px;

}
.commentauthor{
	display:block;
	font-size:1.5em;
}

ul.commentlist {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.commentlist li{
	font-size: 14px;
	margin:0px 0px 10px;
	padding:10px 0px;
	border-top:solid #E2E2E2 1px;
	background:url(images/authorbg.jpg) no-repeat left top;
}

.commentlist li:hover{
	background:#FFF;
}

.commentnumber {
	float:left;
	color:#E2E2E2;
	font-size:3em;
	margin:0;
	padding:0 .5em .5em 0;
	width:50px;
	text-align:right;
	clear:right;
}

.authcomment .List .LGrav img{ border: solid 1px #ccc; padding: 4px; background: #000; }
.commentchilds .List .LGrav img{ border: solid 1px #ccc; padding: 4px; background: #fff; }

.alt2{
	clear:both;
	border-top:solid #E2E2E2 1px;
	padding:0.5em;
	margin-bottom:10px;
}

.comment-author {float:left; margin-left:10px; padding: 0px; color:#999; width:200px; }
.alt2 p { float:left; padding:0px; margin:0px; width:530px;}

.chalt{
	margin-left:100px;
}

.chalt .commentnumber{
	margin-left:-100px;
}

h3#comments{
	font-size:1.6em;
}

.List .LGrav { float: left; margin-bottom:10px;}
.List .LGrav img { border: solid 1px #ccc; padding: 4px; background: #fff;}

.List .LUsr { float:left; margin-left:10px; padding: 0px 0px 0px 0px; color:#999; width:130px;}
.List .LUsr .LTime, .commentmetadata{ font-size:12px; }
.List .LUsr .LTime a { text-decoration:none;}
.List .LNote { float:left; width:50px;}
.List .LCon { }
.List .LCon p { float:left; padding:0px; margin:0px 25px 10px; width:440px;}

.replycomment {
	clear:both;
	padding-top:10px;
	border-top:solid #E2E2E2 1px;
	min-height:110px;
	background:url(images/authorbg.jpg) no-repeat left top;
}

.replycomment:hover {
	background:#FFF;
}

.replycomment .List .LCon p { float:left; padding:0px; margin:0px 45px;}

.thdrpy {
	float:right;
	width:60px;
	height:15px;
	margin-top:5px;
}

.thdrpy a {
	display: block;
	color:#FFF;
	width: 62px;
	height: 29px;
	background-image:url(images/t_reply.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	border:0px;
}

.thdrpy a:hover {
	color:#FFE479;
	background-position: 0px -29px;
}

#cancel_reply a {
	display: block;
	background:  url('images/t_cancelreply.gif') no-repeat;
	width:151px;
	height:30px;
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#cancel_reply a:hover {
	background-position: 0px -30px;
}

.commentDate {
	font-size:11px;
}

#wp_grins img {
	cursor: pointer;
}

.clearboth {
	clear:both;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#999;
	text-decoration:underline;
}
a:hover{
	color:#0066CC;
}

.free {
	margin-left:20px; margin-bottom:15px;
}

/*************************************
 +Search
 *************************************/
.search-block{
 	clear:both;
	position:relative;
	top:70px;
	left:720px;
	width:242px;
	height: 66px;
	overflow:hidden;
	background:url('images/search_bg.gif') no-repeat;
}

.searchform-wrap {
	margin-top:0px;
}

.search-block input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: none;
	border: 0;
	color: #B5B5B5;
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
}

.search-block input.searchfield{
  margin: 10px 0 0 20px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.searchTitle {
	background:  url('images/t_search.gif') no-repeat;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin-top:10px;
	margin-bottom:10px;
}

.searchTitle {
	background:  url('images/t_search.gif') no-repeat;
	height:31px;
	display: block;
	text-indent:-9999px;
	margin-top:10px;
	margin-bottom:10px;
}

/*************************************
 +Twitter
 *************************************/

.twitter-block {
	border-top:solid #E2E2E2 1px;
	top:60px;
	width:100%;
	color:#666;
	clear:both;
	position:relative;
	overflow:hidden;
}

.twitter-block ul{
	font-size:11px;
	position:relative;
	list-style:none;
	float:left;
	padding:0px 0px 0px 20px;
	margin:5px 0px 0px 0px;
	background: url('images/twitter-bg.gif') no-repeat;
}


/*************************************
 +Breadcrumb
 *************************************/
 .breadcrumb {
	text-transform:uppercase;
	font-size:12px;
	color:#999;
	font-weight:bold;
	margin:8px 0px 15px 0px;
	opacity: .7;
	width:70%;
	
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.breadcrumb a{
	color:#FFF;
	padding:5px 20px 6px 10px;
	background:#999 url("images/breadcrumbarrow.png") no-repeat right;
	text-decoration:none;
}

.breadcrumb .last{
	color:#FFF;
	padding:5px 20px 6px 10px;
	background:#999 url("images/breadcrumbarrow_last.gif") no-repeat right;
	text-decoration:none;
}

.breadcrumb a:hover{
	color:#E2E2E2;
}

/*************************************
 +Feed
 *************************************/
.subheader {
	height:30px;
	margin-bottom:5px; 
}
 
.rssfeed a {
	float:right;
	display: block;
	width: 76px;
	height: 23px;
	background-image:url(images/t_rss.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	border:0px;
	margin-right:15px;
}
 
.rssfeed a:hover {
	background-position: 0px -23px;
}

.commentfeed a {
	float:right;
	display: block;
	width: 130px;
	height: 23px;
	background-image:url(images/t_commentrss.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	border:0px;
}
 
.commentfeed a:hover {
	background-position: 0px -23px;
}

/*************************************
 +Main box grid
 *************************************/
.boxgrid{ 
	width: 440px; 
	height: 260px; 
	margin:2px;
	margin-right:9px;
	float:left; 
	background:#161613; 
	border: solid 2px #333; 
	overflow: hidden; 
	position: relative;
	margin-bottom:10px;
}
.boxgrid img{ 
	max-width: 440px;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.coverboxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	padding: 10px;
	width: 430px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.coverboxcaption {
	top: 270px;
	left: 0;
}

.coverboxcaption p{
	color:#FFF;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}


.mainboxgrid{ 
	width: 900px; 
	height: 550px; 
	margin:2px;
	margin-bottom:20px;
	float:left; 
	background:#161613; 
	border: solid 2px #333; 
	overflow: hidden; 
	position: relative; 
}
.mainboxgrid img{
	max-width: 900px;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.mainboxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.mainboxcaption{
	color:#CCC;
	float: left; 
	position: absolute; 
	background: #000;
	width: 700px; 
	opacity: .8;
	padding:10px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mainboxcaption {
	top: 380px;
	left: 0;
}

.mainboxcaption p{
	color:#FFF;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.mainboxcaption .date, .coverboxcaption .date {
	color:#999;
}

.mainboxcaption h3{
	font-size:26px;
}
.coverboxcaption h3{
	font-size:18px;
}

.postTitle{
	clear:both;
	overflow: hidden; 
	position: relative;
	font-size:35px;
	margin-bottom:10px;
}

.postFlickr{
	clear:both;
	overflow: hidden; 
	position: relative;
	margin-bottom:10px;
	margin-top:20px;
}

.commentlink a{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	background:#0066CC;
	padding:3px 6px 3px 6px;
}

.commentlink a:hover{
	font-size:12px;
	background:#999;
}

.postlink a{
	color:#FFF;
}

.postlink a:hover{
	color:#CCC;
}

#frame_wrap {
	clear: both;
	width:1000px;
	margin:0 auto;
}

#frame {
	font-size:1.1em;
	background: url('images/frame.jpg') no-repeat;
	height:310px;
	margin-left:-10px;
	padding-left:50px;
	padding-top:40px;
}

#frame h2{
	font-size:18px;
}

#framewrapper {
	text-align: left;
	float:left;
	width:150px;
	margin-right:30px;
}

#framewrapper_comment {
	text-align: left;
	float:left;
	width:250px;
	margin-right:30px;
}

#framewrapper_photo {
	text-align: left;
	float:left;
	width:300px;
	margin-right:20px;
}

#frame ul{
	list-style-image: url(images/bullet.gif);
	margin:10px 0px 20px 10px;
	padding:0;
}
#frame ul li{
	text-align: left;
	border-bottom:1px dotted #999;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:10px;
}

#frame a{
	color:#988754;
}

#frame a:hover{
	color:#464039;
}

.paginationwrap {
	clear:both;
	width:650px;
	margin-top:10px;
}
#smartarchives ul{
	list-style-image: url(images/bullet.gif);
	margin-left:20px;
	padding:0;
}

.wp-caption {
	border: 0px solid #111;
	text-align: center;
	background-color:#111;
	padding-top:5px;
	margin-bottom:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0px;
}

.wp-caption .image-annotate-canvas {
	margin-left:5px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 8px 8px 5px;
	margin: 0;
	color:#FFF;
}



.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}
	#debugMode{
		background:#000;
		position:fixed;
		width:100%; height:200px;
		top:0; left:0;
		overflow:scroll;
		opacity:0.8;
		display:block;
		padding:10px;
		color:#fff;
		font-size:14px;
		z-index:100000;
	}

	.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
	.formError .formErrorContent {
		width:100%; 
		background:#000000;
		color:#fff;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:2px solid #ddd;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.greenPopup .formErrorContent {background:#33be40;}
	
	.blackPopup .formErrorContent {background:#393939;color:#FFF;}
	
	.formError .formErrorArrow{
		position:absolute;
		bottom:0;left:20px;
		width:15px; height:15px;

		z-index:5001;
	}
	.formError .formErrorArrowBottom{top:0;margin:-6px;}
	
		.formError .formErrorArrow div{
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			box-shadow: 0px 2px 3px #444;
			-moz-box-shadow: 0px 2px 3px #444;
			-webkit-box-shadow: 0px 2px 3px #444;
			font-size:0px; height:1px; background:#000000;margin:0 auto;line-height:0px; font-size:0px; display:block;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
			
		.greenPopup .formErrorArrow div{background:#33be40;}
		.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

		.formError .formErrorArrow .line10{width:15px;border:none;} 
		.formError .formErrorArrow .line9{width:13px;border:none;} 
		.formError .formErrorArrow .line8{width:11px;} 
		.formError .formErrorArrow .line7{width:9px;} 
		.formError .formErrorArrow .line6{width:7px;} 
		.formError .formErrorArrow .line5{width:5px;} 
		.formError .formErrorArrow .line4{width:3px;} 
		.formError .formErrorArrow .line3{width:1px;
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			border-bottom:0px solid #ddd;} 
		.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
		.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  



