/*
[2007-07-07]
Created by Matej
Contains all style definitions for the form elements
*/

form {
	margin: 0;
	padding: 0;
}
label {
	color: #000000;
	font-size: 8pt;
	line-height: 18px;
	cursor: pointer;
	white-space: nowrap;
}
label span.star {
	color: #CC0000;
}

.operations-btn {
    margin-right: 8px;
}

input, select, textarea {
	border: solid 1px #888888;
	color: #000000;
	font-size: 9pt;
/*	line-height: 16px;*/
/*	padding: 1px;*/
	margin: 0 3px 0 0;
}
input.noborder {
	border: none;
}
input[type=checkbox] {
	vertical-align: text-bottom;
}
input[type=radio] {
    vertical-align: text-top;
}
input[type="submit"]:disabled {
    color: #888;
}



/*------- button -------*/
a.button {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 33px;
	background: url(images/btn_left.jpg) no-repeat top left;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
	text-align: center;
}
a.button span {
	display: block;
	height: 33px;
	background: url(images/btn_right.jpg) no-repeat top right;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

/* KB help center form */
.kbform textarea {
    width: 480px;
}
.kbform input[type=text] {
    width: 480px;
}
.kbform .visibilitytag, a.visibilitytag, .price_inclusions {
	background-color: #FAAFBE;
}
.kbform .typetag, a.typetag, .insurance_inclusions {
    background-color: #57E964;
}
.kbform .relatedtag, a.relatedtag, .addon_inclusions {
    background-color: #82CAFA;
}
.kbform .geotag, a.geotag, .benefit_inclusions {
    background-color: #fab282;
}
.kbform .languagetag, a.languagetag {
    background-color: #EEEE55;
}
.xml_inclusions {
    background-color: #6bbcb2;
}

.CommentAction>ul {
	list-style: none;
	padding: 5px;
	width: auto;
	max-width: 300px;
	padding-top: 0;
	margin-top: 0;
}
.CommentAction>ul>li {
	float: left;
	margin: 5px 0 10px 0;
	width: auto;
}
.CommentAction>ul>li>button>img {
	float: left;
	text-align: center;
	border: 0;
	clear: both;
	margin-right: 5px;
}

.CommentReplyForm {
	padding-left: 100px;
}
.CommentReplyForm>div {
	width: 100%;
	border: 0 !important;
}
.CommentReplyForm>div.buttons {
	text-align: right;
	margin: 10px 0;
	padding-left: 390px;
}

/* Notes */
div.notes-radios {
	margin: 5px 0px;

	input[type="radio"] {
		margin-right: 4px;
	}
	input[type="radio"] + label {
		margin-right: 16px;
	}
}

div.notes-radios label:first-of-type {
	margin-right: 16px;
}
/* Notes */