form {
	text-align: center;
	font-size: 9pt;
	margin: 10px 0 0 0;
}

form a {
	border: 0 !important;
}

form.lite {
	text-align: left;
	margin-top: -2px;
	margin-bottom: -2px;
}

form div.list div {
	margin: 5px 0;
}

form span {
	display: inline-table;
	margin: 0 5px 0 0 !important;
	padding: 1px !important;
	font-weight: normal;
	/*background: #000;*/
	vertical-align: middle;
	/*background: #000000 none repeat scroll 0 0;*/
	padding: 1px !important;
	font-weight: normal;
}

form span.tag {
	margin-left: -5px;
	margin-right: 15px;
}

form span.hidden {
	display: none;
}

form.lite span {
	background: transparent;
}

form span.submit {
	margin: 0;
	background: #000;
}

form span input {
	border: 1px solid;
	border-top-color: #999;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #999;
	/*	width: 165px; */
	margin: 0 !important;
	padding: 3px 5px;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ccc;
	vertical-align: middle;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #999;
}

input.input-text {
	width: 165px;
}

.border-button {
	border: 1px solid black
}

form span input.active {
	display: inline-table !important;
	font-weight: bold;
	color: #000;
}

form span.double input {
	width: 330px;
}

form.lite span input {
	width: 145px;
	border-left-color: #090;
	border-top-color: #090;
	height: 22px;
	font-size: 10pt;
}

form.lite span.user input {
	background: transparent;
	border-color: transparent;
	text-align: right;
	font-weight: normal;
	color: #000;
}

form span.submit input {
	width: 90px;
	border-top-color: #ccc;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #ccc;
	background: #86b300;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}

/*Bottom Tool box in a table*/
.toolbox {
	background: #9c0;
	font-weight: bold;
	padding: 10px 0px;
}

.border-button {
	border: 1px solid black;
	padding: 10px 20px;
}

/*Button skin with out width constraint, is not a child of anyone*/
.button-submit {
	border: 1px solid;
	margin: 0 !important;
	padding: 3px 5px;
	font-family: Helvetica, sans-serif;
	font-size: 13pt;
	vertical-align: middle;
	border-top-color: #ccc;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #ccc;
	background: #86b300;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	boder-color: black;
}

form.lite span.submit input {
	padding: 0px;
	width: 70px;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}

form span.cancel {
	background: transparent !important;
}

form div.disabled span input,form div.disabled span.prompt,form div.disabled span.tag
	{
	opacity: 0;
	filter: alpha(opacity =     0);
	color: #9c0;
	border-color: #9c0;
	background-color: #9c0;
}

form div.disabled span {
	color: #000;
}

form div.disabled span div.add {
	margin-left: -2px;
	padding: 3px 37px;
	background-position: 3px center;
	background-image: url(../images/ico_adduser.png);
	background-color: #86b300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

form div.disabled span div.add:hover {
	background-color: #86a300;
}

form span.pass {
	display: none;
}

form span.active {
	display: inline-table !important;
}

form span.pass input {
	font-weight: normal;
	color: #000;
}

form span.captcha {
	background: transparent;
}

form span.captcha img {
	width: 89px;
	height: 29px;
	border-bottom-width: 0;
	border-top-width: 0;
	margin-bottom: 10px;
	margin-left: -13px;
	padding-left: 0;
	border: solid 1px black;
}

td.name {
	vertical-align: middle;
	text-align: right;
}

td.value {
	vertical-align: middle;
	text-align: left;
}

label {
	float: right;
}

tr.prop {
	border: 0px;
}

tr.unpaid-service {
	color: red;
}

/* Tool box */
div.toolbox {
	margin: 5px 0;
	padding: 1px 0 10px
}

/* Step box */
div.blank {
	position: relative;
	margin: 5px 0;
	padding: 10px;
}

div.step {
	color: #000;
}

div.active {
	background: #9c0;
	font-weight: bold;
}

div.inactive {
	background: #eaeaea;
	font-weight: normal;
	color: #b2b2b2;
}

/* Flexible box */
div.glass {
	position: relative;
	clear: both;
	margin: 0;
	padding: 15px 0;
	width: auto;
	min-height: 200px;
}

div.glass div.content {
	position: relative;
}

div.glass div.tile {
	position: absolute;
	background: transparent;
}

/* Icons */
div.ico {
	display: inline;
	margin: 0 5px 3pt 2px;
	padding: 8px;
	vertical-align: bottom;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

div.done {
	background-image: url(../images/ico_tick.png);
}

div.delete {
	background-image: url(../images/ico_delete.png);
	background-position: 0;
}

div.delete:hover {
	background-position: -48px;
}

div.add {
	background-image: url(../images/ico_add.png);
	background-position: center left;
}

div.right {
	text-align: right;
}

div.center {
	text-align: center;
}

div.help {
	text-align: left;
	background: #EEEEEE;
	border: 2px solid #0C325F;
	margin-top: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 8pt;
	font-weight: normal;
}

div.alert {
	text-align: left;
	background: #F7E05F;
	border: 5px solid #DF1318;
	margin-top: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

p.info {
	padding-left: 20px;
	font-weight: normal;
	font-size: inherit !important;
	color: #060;
	background-position: center left;
	background-repeat: no-repeat;
}

p.error {
	background-image: url(../images/ico_cancel.png);
}

p.warn {
	background-image: url(../images/ico_warn.png);
}

p.ok {
	background-image: url(../images/ico_accept.png);
}

p.continue {
	background-image: url(../images/bullet_go.png);
}

label.checkbox {
	float: none;
	font-size: 10pt;
	font-weight: normal;
}

.black-background {
	background-color: black;
}