.form-divide{
	border-bottom: 1px solid #4C4C4C;
	padding: 0 0 3px 3px;
}

fieldset legend {
	font-weight: bold;
	font-size: 110%;
}

/********
GLOBAL
********/

body {
	direction: ltr !important;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h3 a:link, h3 a:visited {
	font-size: 0.9em;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	border: 0;
}

h3 a:hover, h3 a:active {
	text-decoration: none;
	margin-left: -5px;
	padding-left: 15px;
}

/********
STRUCTURE
********/

#container {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content_wrap {
}

.stretcher {
	background: #fff;
	padding: 0px 7px;
}

/*********
FORMS
**********/

#greg_form {
	border: 2px outset #aaa;
}

.submit input {
	margin-right: 5px;
}

input.input_text:focus {
	background-color: #FFFCDF;
	color: #111;
}

/* Social sites */

#socialSites table tbody input.input_text {
	width: 95%;
}

#socialSites table tbody input.input_text:hover {
	background-color: #FFFBF8;
	color: #000;
}

#socialSites table tbody td.td_options {
	text-align: center;
	vertical-align: middle;
}

#socialSites table tbody th tr:hover td, #socialSites table tbody tr:hover td.td_options {
	background-color: transparent;
}


.stretcher ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

body #container #content_wrap .stretcher ul li {
	margin: 0;
}

.stretcher div.inline {
	display: inline;
}

.stretcher a {
	border-bottom: 0;
}

.wrapg {
	border-bottom: 1px solid #333333;
	width: 100%;
	display: block;
	padding: 3px 0 3px 30px;
	background-repeat: no-repeat;
	background-position: 7px center;
	text-decoration: none;
	clear: both;
}

.tags a {
	margin-left: 3px;
}

.wrapg:hover, a.wrapg:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	cursor: default;
}

.stretcher .check .wrapg {
	background-image: url(images/accept.png);
}

.stretcher .uncheck .wrapg {
	background-image: url(images/cross.png);
}

.stretcher ul li {
	border-bottom: 1px solid #333333;
	display: block;
	padding: 10px 0 10px 30px;
	background-repeat: no-repeat;
	background-position: 7px center;
	text-decoration: none;
	clear: both;
}

.stretcher ul.unwrap li, .stretcher li.unwrap {
	border: 0;
	padding: 0;
}

ul.unwrap li a.wrapping, ul li.unwrap a.wrapping {
	border-bottom: 1px solid #333333;
	display: block;
	padding: 10px 0 10px 30px;
	background-repeat: no-repeat;
	background-position: 7px center;
	text-decoration: none;
	clear: both;
}

.checker {
	background-repeat: no-repeat;
	background-position: 7px center;
}

.hide {
	display: none;
}

label {
	cursor: default;
}

label.wrapping, label.wrapg, div.wrapping, div.wrapg {
}

label.wrapping:hover, label.wrapg:hover, div.wrapping:hover, div.wrapg:hover {
	background-color: #f2f2f2;
}

.stretcher ul li .wrapping.more {
	border: none;
}

.stretcher ul li:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}
.stretcher .centre {
	width: 100%;
	text-align: center;
	margin: 5px 0 0px 0;
	background-position: right center;
	background-repeat: no-repeat;
}

.hrz {
	border-bottom: 1px solid #333;
	padding: 0px 0px 0px 30px;
	width: 100%;
}

.html_valid {
	background-image: url(images/html_valid.png);
}

.url_valid {
	background-image: url(images/world.png);
}

.stretcher ul .check {
	background-image: url(images/accept.png);
}

.stretcher ul .uncheck {
	background-image: url(images/cross.png);
}

.stretcher ul .tick {
	background-image: url(images/tick.png);
}

.stretcher ul .alert {
	background-image: url(images/exclamation.png);
}

.stretcher ul .warn {
	background-image: url(images/error.png);
}

.stretcher ul .star {
	background-image: url(images/star.png);
}

.stretcher ul .page_code {
	background-image: url(images/page_code.png);
}

.stretcher ul .stat {
	background-image: url(images/chart_pie.png);
}

.stretcher ul .color_wheel {
	background-image: url(images/color_wheel.png);
}

.stretcher ul .digg {
	background-image: url(images/digg.png);
}

.stretcher ul .text {
	background-image: url(images/textfield_rename.png);
}

.stretcher ul .edit {
	background-image: url(images/image_edit.png);
}

.stretcher ul .transmit {
	background-image: url(images/transmit.png);
}

.stretcher ul .rss {
	background-image: url(images/feed.png);
}

.stretcher ul .shield {
	background-image: url(images/shield.png);
}

.green {
	color: #008012;
	font-weight: bold;
}
.red {
	color: #800000;
	font-weight: bold;
}

.rboxfg{
  text-align:center;
  padding:4px}

.rboxfg ul, .rboxfg ul li{
  list-style-type:none;
  margin:0;
  padding:0;
  display:inline}

a.noborder,a.noborder:link,a.noborder:visited,a.noborder:hover{
  text-decoration:none;
  border:0;}
a.noborder img{border:0;}

.closeIcon {
	height: 16px;
	width: 16px;
	display: inline;
	float: right;
}

.wide {
	width: 90%;
}