.small-submit, .submit, .btn, #popup_submit, #popup_cancel
{
	border: none;
/* 	background: url(/images/button_next.png) right center no-repeat; */
	color: #fff;
	background-color: #538A13;
	font-size: 14px;
/* 	padding: 0 15px 3px 0; */
	cursor: pointer;
	outline: none;
	text-align: center;
	height: 44px;
	width: 108px;
	border-radius: 8px;
}

.go_up 
{
	background-color: #9B9B9B;
	border: 1px solid #fff;
	float: right;
	position: relative;
    bottom: 50px;
}

/* .btn, .pdf_button */
/* { */
/* 	border: 1px solid #bbb; */
/* 	background-color: #f5f5f5; */
/* 	padding: 1 15px; */
/* 	cursor: pointer; */
/* 	outline: none; */
/* } */

.pdf_button
{
	background: url(../images/ico/filetypes/16/pdf.gif) no-repeat scroll left center #f5f5f5;
	padding-left: 20px;
}

th
{
	text-align: left;
}

@font-face 
{
	src: local('SFNS Display'), local('SFNS Display'),
		url("font/SFNS Display.ttf") format('truetype');
	font-family: "SFNS Display";
}

.select, .text
{
/* 	font-family: 'Trebuchet MS', Helvetica, sans-serif; , 'Ropa Sans', sans-serif*/
	font-family: 'SFNS Display';
	font-size: 16px;
	border: 1px solid #999;
	padding: 2px;
	height: 40px;
	width: 153px;	
}

.textbox, .textbox_comment
{
/* 	font-family: 'Trebuchet MS', Helvetica, sans-serif; */
	font-family: 'SFNS Display';
	margin: 0px;
    width: 465px;
    height: 175px;
    border: 1px solid #999;
    font-size: 16px;
}

.textbox_comment
{
	height: 115px;
    width: 420px;
}

.select { padding: 1px; }

li.fixed-width { width: 200px; }

.ui-autocomplete
{
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #666;
}

.ui-autocomplete li
{
	list-style-type: none;
}

.submit-button{margin-top: 50px;}

.archive_checkbox
{
	height: 37px;
    width: 37px;
    font-size: 35px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
/*     appearance: none; */
    font-size: 30px;
    color: #4A4A4A;
    border: 1px solid #979797;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
/*     -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5); */
/*     -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5); */
/*     box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5); */
    position: relative;
    display: inline-block;
    overflow: hidden;
    outline: 0;
    margin-top: -2px;
    /* vertical-align: middle; */
    box-sizing: border-box;
    
}

.archive_checkbox:after 
{
    content: '';
    position: absolute;
    top: -1px;
    left: -111px;
    width: 14px;
    height: 14px;
}

.archive_checkbox:checked:after 
{
    left: 3px;
    content: '✔';
}

#articleAddComment label 
{
	font-size: 16px;
}

#articleAddComment .text, #articleAddComment .textbox_comment {margin-bottom: 10px;}

#main-content input[type="text"], #main-content textarea {width: 100%; }
#articleAddComment input[type="text"] {width: 100%;}
#articleAddComment #comment_name {width: 10px;}
#main-content .search_form input[type="text"] {width: 200px; padding-left: 10px;}

#main-content input.purpose[type="text"]  {cursor: not-allowed;}

#main-content form #newsletter_user_name, #main-content form #newsletter_user_email {
	width: 250px !important;
}

.newsletter-submit {float: left;}

@media screen and (max-width: 641px)
{
	#main-content .search_form input[type="text"] {width: 100%;}
}