
body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #0ca3d2;
}

.container {
  width:968px;
  background:#FFF;
  margin: 0 auto;
 -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

header{
	width:100%;
	height:100px;
	margin:0px 0px 5px 0px
	
}
header img{
	width:80%;
	height:90%;
	margin:0px 0px 5px 15%;
	
}
nav{
	border-top:5px solid #f9ae4c;
	background-color:#dff0d8;
	margin:0px 0px 5px 0px
}
nav p{
	padding-top:10px;
	font-weight:bolder;
	font-size:100%;
	color:green;
}

.border{
	border:1px solid #CBCBCB;
	margin:5px 0px 5px 0px;
}

.row{
	margin-bottom:10px;
}
font{
	color:red;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#divLoading{
    display : none;
}
#divLoading.show{
    display : block;
    position : fixed;
    z-index: 100;
   	background-image : url('../img/loader1.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}