/* Buttons */
/* sliding doors with button element */
button 
{ 
	border: 0; 
	cursor: pointer; 
	padding: 0 17px 0 0; 
	text-align: center; 
	width: auto; 	
}
button span 
{  
	display: block; 
	white-space: nowrap; 
	padding: 0px 0px 0px 20px; 
}
button.button{background: url(buttons/right_btn.gif) right no-repeat;}
button.button span 
{ 
	height: 24px; 
	line-height: 24px;
	background: url(buttons/left_btn.gif) left no-repeat;	
    color: #000000;  
	font-size: 11px; 
	font-family: Tahoma; 
    _display: inline-block;     
}
/* //sliding doors with button element */	

.black_button
{
	color: #ffffff;
	background-color: #000000;
	border: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
	position: relative;
}
.edit_btn, .save_changes_btn, .go_on_btn, .uppload_btn, .vote_btn
{
	height: 23px;
	padding-bottom: 3px;
	cursor: pointer;
	border: none;
}
.edit_btn
{
	width: 91px;
	background: url(buttons/edit_btn.gif) no-repeat;
	margin: 5px 18px 0px 0px;
}
.save_changes_btn
{
	width: 128px;
	background: url(buttons/save_changes_btn.gif) no-repeat;
	margin: 0px 42px 0px 70px;
}
.go_on_btn
{
	width: 144px;
	background: url(buttons/go_on_btn.gif) no-repeat;
}
.uppload_btn
{
	width: 59px;
	background: url(buttons/uppload_btn.gif) no-repeat;
}
.vote_btn
{
	width: 91px; 
	background: url(buttons/vote_btn.gif) no-repeat;
}
.fileUpload 
{
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
}
.browse_btn
{
	padding-left: 4px;
	border: none;
	cursor: pointer;
}
/* //Buttons */

/* form element widths */
.width_230{width: 230px;}
.width_200{width: 200px;}
.width_194{width: 194px;}
.width_160{width: 160px;}
.width_130{width: 130px;}
.width_100{width: 100px;}
.width_147{width: 147px;}
.width_110{width: 110px;}
.width_70{width: 70px;}
/* //form element widths */

/* dropdowns */
select{border: 1px #7f9db9 solid;}
.dropdown
{
	background-color: #ffffff;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
*html 
{
	width: 215px;
}
/* //dropdowns */

/* textbox */
.textbox{border: solid 1px #515151;}
.textbox_14
{
	border: solid 1px #515151;
	height: 14px;
	line-height: 14px;
	padding-left: 7px;
}
.background_pink
{
	background: #e29a6a;
	margin-left: 48px !important;
	position: relative;
}
/* //textbox */

/* checkbox and radio button */
.checkbox{margin-right: 7px;}
.radio{margin-right: 7px;}
.radio_div
{
	display: inline; 
	height: 30px; 
	float: left;
}
.radio_div span{padding-left: 8px;}
/* //checkbox and radio button */

.descr_el_form
{
	float: left;
	margin-left: 20px;
	text-align: right;
	margin-right: 13px;
	width: 105px;
}
.element_form{float: left; position: relative;}
*html .element_form input[type="file"]
{
	margin-left:-7px !important;
}
.element_form div input{_margin-left:1px;}
div.fileinputs{position: relative; }
div.fakefile 
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
div.fakefile img{margin-left: 16px;}
input.file 
{
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
.forum-button
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	cursor: pointer;
	float: left;
	margin: 2px 2px 2px 2px;
}

/* Login Form */
.login-2
{
    color: #ffffff;
    background: #000000;
    border: 1px solid #666666;
    width: 130px;
    height: 16px;
    font-family: Tahoma, Arial;
    font-size: 10px;
    line-height: 13px;
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}
.RegText 
{
    text-align: left; 
    font-family: Tahoma, Arial; 
    font-size: 10px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #a29065;
}
/* //Login Form */
input[type="text"]
{
	position: relative; /* form elements to be clickable in IE6, when background is PNG */
	margin: 1px 0px 1px 0px;
	_margin: 0px;
}
.form_align
{
	vertical-align: top;
	display: block;padding-bottom:10px;
}
.form_align input[type="text"]
{
	margin-bottom: -8px;
}
.form_align
{
	
}
.element_form textarea
{
	position: relative;
	display: block;
	border: solid 1px #a5acb2;
}
.form_file_align input[type="file"]
{
	
}
