.form_file_hotnew input[type=file]{
	width: 500px;
	height: 285px;
	background-repeat: no-repeat;

	  opacity: 0;
    -moz-opacity: 0;
	cursor: pointer;
}

.form_file input[type=file]{
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;

	  opacity: 0;
    -moz-opacity: 0;
	cursor: pointer;
}
.form_file_hotnew input[type=submit],
.form_file input[type=submit]{
	width: 100%;
	height: 35px;
	padding: 5px 5px 5px 5px;
	border-radius: 1px;
	background-color: rgba(250,250,250,1);
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);
}
.form_file_hotnew input[type=submit]:hover,
.form_file input[type=submit]:hover{
	background-color:rgba(100,100,100,0.1);
	cursor:pointer;
}
.form_file_hotnew input[type=submit]:active,
.form_file input[type=submit]:active{
	background-color:rgba(0,0,0,0.2);
}


.footbox{
	background-color: #60000;
}
.form_login input[type=submit],
.form_login input[type=button] {
	width: 99%;
	height: 112%;
	padding: 5px 5px 5px 5px;
	border-radius: 1px;
	background-color: rgba(250,250,250,1);
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid  #530000;
}

.form_login input[type=submit]:hover,
.form_login input[type=button]:hover{
	background-color:rgba(100,100,100,0.1);
	cursor:pointer;
}

.form_login input[type=submit]:active,
.form_login input[type=button]:active{
	background-color:rgba(0,0,0,0.2);
}
.form_login input[type=text],
.form_login input[type=password] {
    /* Size and position */
    width: 99%;
	height: 35px;
    /* Styles */
    border: 1px solid #530000; /* Fallback */
    background: rgba(240,240,240,1);
    border-radius: 2px;
    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #530000;
	font-weight:bold;
    font-size: 13px;
	text-align:center;
}



@import url('font-awesome.css');
.form{
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #530000;
	font-weight:bold;
    font-size: 14px;
}
.form_file select,
.form select{
	min-width: 100%;
	height: 35px;
	padding: 5px 5px 5px 5px;
	border-radius: 1px;
	background: rgba(250,250,250,1) url(../img/dn.png) no-repeat 98% center;
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);

	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
}
/* Demo 4 */


.form input[type=submit],
.form input[type=button] {
	width: 100px;
	height: 35px;
	padding: 5px 5px 5px 5px;
	border-radius: 1px;
	background-color: rgba(250,250,250,1);
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);
}

.form input[type=submit]:hover,
.form input[type=button]:hover{
	background-color:rgba(100,100,100,0.1);
	cursor:pointer;
}

.form input[type=submit]:active,
.form input[type=button]:active{
	background-color:rgba(0,0,0,0.2);
}
.form textarea,
.form_file textarea{
    /* Size and position */
    width: 98%;
    padding: 8px 4px 8px 10px;
    /* Styles */
    border-color: rgb(160,160,160);
    background: rgba(240,240,240,1);
    border-radius: 2px;
    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: rgba(0,0,0,1);
	font-weight:bold;
}
.form_file_hotnew input[type=text],
.form_file input[type=text],
.form_file input[type=password],
.form input[type=text],
.form input[type=password] {
    /* Size and position */
    width: 100%;
	height: 25px;

    /* Styles */
    border: 1px solid rgb(160,160,160); /* Fallback */
    background: rgba(240,240,240,1);
    border-radius: 2px;

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: rgba(0,0,0,1);
	font-weight:bold;
    font-size: 13px;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */
.form_file input::-webkit-input-placeholder,
.form_file textarea::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.form_file input:-moz-placeholder,
.form_file textarea:-moz-input-placeholder,
.form textarea:-moz-input-placeholder,
.form input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.form_file input:-ms-input-placeholder,
.form_file textarea:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.form_file input[type=text]:hover,
.form_file input[type=password]:hover,
.form_file textarea:hover,
.form textarea:hover,
.form input[type=text]:hover,
.form input[type=password]:hover {
	border: 1px solid #530000;
    
}
.form_file input[type=text]:focus,
.form_file input[type=password]:focus,
.form_file textarea:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=password]:focus{
	border-color: #3399FF;
    outline: none;
}

/* Fallback */
.no-boxshadow .form_file input[type=text]:focus,
.no-boxshadow .form_file input[type=password]:focus,
.no-boxshadow .form_file textarea:focus,
.no-boxshadow .form textarea:focus,
.no-boxshadow .form input[type=text]:focus,
.no-boxshadow .form input[type=password]:focus {
    outline: 1px solid white;
}

#code > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* The list elements which contain the links */
#code > ul li {
	float: left;
	position: relative;
	margin: 0;
	padding: 5px 20px 5px 0px;
}
/* General link styling */
#code > ul li a {
	/* Layout */
	line-height: 35px;
	margin: 0;
	color: rgba(100,100,100,1);
 			filter:alpha(opacity=50);
      -moz-opacity:.50;opacity:.50;
   -webkit-opacity:.50;opacity:.50;
   		-o-opacity:.50;opacity:.50;
	/* Background & effects */
}


/* The hover state of the menu/submenu links */
#code > ul li:hover>a {
 filter:alpha(opacity=100);
 -moz-opacity:1;opacity:1;
 -webkit-opacity:1;opacity:1;
 -o-opacity:1;opacity:1;
}

.form_ISBN select{
	width: 100%;
	height: 25px;
	background: rgba(250,250,250,.6) url(../img/dn.png) no-repeat 98% center;
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	border: 1px inset rgba(200,200,200,0.2);

	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
}
.form_ISBN input[type=text]{
    /* Size and position */
    width: 100%;
	height: 25px;
    /* Styles */
    border: 0px inset rgba(200,200,200,0.2); /* Fallback */
    background: rgba(240,240,240,.6);

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: rgba(0,0,0,1);
	font-weight:bold;
    font-size: 13px;
}
.form_ISBN select:focus,
.form_ISBN select:hover{
	background: rgba(250,250,250,1) url(../img/dn.png) no-repeat 98% center;
}
.form_ISBN input[type=text]:focus,
.form_ISBN input[type=text]:hover{
	background: rgba(240,240,240,1);
}
.form_ISBN input[type=submit]{
	width: 100%;
	height: 25px;

	background-color: #990000;
	text-decoration: none;
	color: #F5F5F5;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);
}

.form_ISBN input[type=submit]:hover{
	background-color: #D30303;
	cursor:pointer;
}

.form_ISBN input[type=submit]:active{
	background-color: #800003;
}