/* $Id: form.css,v 1.12 2007/06/25 15:08:25 wmazur Exp $ */


/* standard objects*/
.FormError
{
	border: 1px solid #B40000;
	padding: 10px;
	padding-right: 50px;
	margin: 10px 0 10px 0;
	/*background: #fff url(../../img/talkstream/error.gif) no-repeat bottom right;*/
}

.FormError p
{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000;
	font-weight: normal;
}

form.XForm
{
	margin: 10px 0 0 0;
	padding: 0;
}

fieldset.XSection
{
	border: 0px;
}

fieldset.XSection legend
{
	font-size: 14px;
	font-weight: bold;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #D0F402;
	text-transform: uppercase;	
}

fieldset.XSectionSubmit
{
	text-align: center;
	border: 0px;
	padding: 10px 0 5px 0;
	margin-top: 0px;
}


fieldset.XSection legend span.SectionToggleButton
{
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

fieldset.XSection ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

fieldset.XSection ul li
{
	padding: 5px 0 5px 0;
	overflow: auto;
	display: block;
	height: 1%;
}

fieldset.XSection ul li.XError
{
	padding: 5px 0 5px 0;
	overflow: auto;
	display: block;
	height: 1%;
}

fieldset.XSection ul li p.XErrorMessage
{
	display: block;
	clear: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
	padding: 4px;
	color: #B40000;
	font-weight: bold;
}

fieldset.XSection ul li p.XElementCaption
{
	width: 30%;
	float: left;
	clear: left;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

fieldset.XSection ul li.XError p.XElementCaption
{
	color: #000;
}

fieldset.XSection ul li p.XElementCaption span.XElementRequired
{
	font-size: 10px;
	font-weight: normal;
}

fieldset.XSection ul li.XError p.XElementCaption span.XElementRequired
{
	color: #ffffff;
}

fieldset.XSection ul li div.XHelperIcon
{
	float: left;
	width: 35px;
	text-align: center;
	padding-top: 3px;
}

fieldset.XSection ul li div.XHelperIcon img
{
	border: 0;
 	cursor: pointer;
}

fieldset.XSection ul li div.XInput
{
	margin: 0;
	padding: 0;
	float: left;
}

fieldset.XSection ul li div.XInput input
{
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}

fieldset.XSection ul li div.XHelper
{
	display: block;
	clear: left;
	margin: 0;
	overflow: auto;
 	padding: 10px;
 	background: #F9F9F9;
 	border: 1px solid #EBEBEB;
	font-size: 11px;
 	cursor: pointer;
	position: relative;
	top: 5px;
	color: #000000;
}

fieldset.XSection ul li div.XHelper p
{
	padding-top: 0px;
	margin-top: 0px;
}

fieldset .XOptionGroup p
{
	margin-top: 0;
	margin-bottom: 5px;
}

fieldset .XOptionGroup label
{
	padding-left: 5px;
}

fieldset.XSection ul li div.XInput p.comment
{
	text-align: center;
	font-weight: bold;
}


/* my objects */
form {
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
}

input.text, input.password {
	font: 12px Tahoma, "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	line-height: 20px;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background: url(../../img/talkstream/inputTextPassword_bg.gif) repeat-x top left #FFFFFF;
	height: 20px;
}

textarea.text {
	font: 12px Tahoma, "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	line-height: 20px;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background: url(../../img/talkstream/inputTextPassword_bg.gif) repeat-x top left #FFFFFF;
}

input.image {
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
}

input.topLogin {
	height: 17px;
	margin-top: 3px;
	width: 140px;
}

input.button {
	font: 12px Tahoma, "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 20px 10px 25px;
	background: url(../../img/talkstream/inputButton_bg.gif) no-repeat left top transparent;
	border: 0;
}

input.browse {
	width: 70px;
}

input:hover.button {
	background-position: left -32px;
}

input.file {
	position: relative;
	left: 15px;
	top: -4px;
	text-align: left;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.fakeinput {
	display: block;
	float: left;
	width: 150px;
	margin: 0px 5px 0px 0px;
}

input.error {
	font: 12px Tahoma, "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	line-height: 20px;
	color: white;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background: red;
	height: 20px;
	width: 145px;
}
