input { font-weight: normal;}
fieldset { border:1px solid #cccccc; padding: 10px; }
legend { font-size: 14px; }
textarea { border:1px solid #518800; color: #4d4d4d; background: #adc8da; font: 12px Arial; padding: 2px; }
/* textarea:hover { border:1px solid #518800; color: #4d4d4d; background: #ebf6fd; font: 12px Arial; padding: 3px; } */

/* FORM FIELDS: INPUTS */

.ff_ta{
    border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-top: 1px solid #aaa;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
    background:#fff;
    font-size: 13px;
    color: #333;
    padding: 7px 7px 7px 10px;
    }


.ff, .cp {
    border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-top: 1px solid #aaa;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
    background:#fff;
    font-size: 13px;
    color: #333;
    padding: 7px 7px 7px 10px;
    }
.fd {
    border: 1px solid #C5D0D6;
    background:white none repeat scroll 0%;
    font-family:verdana,sans-serif;
    font-size: 90%;
    color: #333;
    padding: 3px;
    text-align: center;
    width: 330px;
    height: 90px;
    }
.ff:hover, .ff:focus, .cp:hover, .cp:focus, .fd:hover, .fd:focus {
    border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-top: 1px solid #777;
    background: #fff; 
    color: #333;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    }


input.fsearch {
    background: url(../../images/search-white.png) no-repeat 10px 6px #3f3f3f;
    border: 0 none;
	margin-top: 4px;
	margin-left: 30px;
    font: bold 13px Arial,Helvetica,Sans-serif;
    color: #aaa;
    width:150px;
    padding: 5px 15px 6px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.7) inset;

    }

input.fsearch:focus {
    background: url(../../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #444;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 1) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	outline: none;
    }

/* FORM FIELDS: BUTTONS */

.uploadf_btn{

	text-align: center;
	cursor:pointer; 
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	background: #f6f6f6 url(../../images/btn_bg.gif) repeat-x top;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .75);
	margin: 0;

}

.uploadf_btn:hover{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-position: center;
	text-decoration: none;
	color: #111;
	box-shadow: 0px 1px 1px #ddd;
	margin: 0;

}

.file_box
{	padding:5px 5px;;
	border: 1px solid #ddd;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.file_box_align
{
line-height: 37px;
}

.file_box_i_align
{
	padding: 5px 0 5px 5px;

}


.fb {
	cursor:pointer; 
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	background: #f6f6f6 url(../../images/btn_bg.gif) repeat-x top;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .75);
	margin: 0;
    }
.fb:hover {	
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-position: center;
	text-decoration: none;
	color: #111;
	box-shadow: 0px 1px 1px #ddd;
	margin: 0;
}

.mainbutton {
	background: #397dbc url(../../images/btn_fill2.gif) repeat-x bottom;
	font-size: 15px;
	padding: 5px 10px 6px 10px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	border: 1px solid #1f5b9f;
	border-radius: 3px;
	cursor: pointer;
	text-shadow: #09509f 0 1px 0;
	border-top: 1px solid #3375b5;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.mainbutton:hover {
	background-position: top;
}


/* COMMENTS */
.comsubj { font-size: 140%; font-weight: bold; color: #00000A; }
.comments { font-size: 100%; font-weight: normal; color: #333;}
