.submit
	{cursor:pointer;
		font-family:Calibri;
	text-decoration: none;
	color:#fff ;
	font-size:15px;
	border-radius:3px;
		border:none;
background:#3D5E9C;
		margin:10px auto;
		width:190px;
		height:30px;
		}



		.inp_s
	{
	border:1px solid #3B3C41;
	background:#3B3C41;
font-family:Calibri;
	text-decoration: none;
	color:#fff ;
	font-size:16px;
	padding:5px 5px 5px 5px;
	
		width:150px;
		height:40px;
		float:left;
		margin-bottom:5px;
		}
		.inp_s:focus { 
  outline: none;
border:1px solid #3B3C41;
		
	
}
.inp_s:hover { 
  outline: none;
border:1px solid #3B3C41;
		
	
}

.inp
	{
		border-radius:3px;
		border:1px dashed #CCCCCC;
font-family:Calibri;
	text-decoration: none;
	color:#00CCCC ;
	font-size:17px;
	padding:5px 5px 5px 5px;
		margin-top:8px;
		width:190px;
		height:30px;
		margin-bottom:5px;
		}
		.inp:focus { 
  outline: none;
 border-radius:3px;
		border:1px dashed #00CCCC;
	
}
.inp_p
	{
		border-radius:3px;
		border:1px dashed #CCCCCC;
font-family:Calibri;
	text-decoration: none;
	color:#00CCCC ;
	font-size:17px;
	padding:5px 5px 5px 5px;
		margin-top:8px;
		width:190px;
		height:30px;
		margin-bottom:10px;
		}
		.inp_p:focus { 
  outline: none;
 border-radius:3px;
		border:1px dashed #00CCCC;
	
}
.dey{
			width:43px;
			border-radius:3px;
		border:1px dashed #CCCCCC;
font-family:Calibri;
	text-decoration: none;
	color:#00CCCC ;
	float:left;
	font-size:17px;
	padding:5px 5px 5px 5px;
		margin-right:8px;
		margin-top:8px;
			height:30px;
		}
		.dey:focus { 
  outline: none;
 border-radius:3px;
		border:1px dashed #00CCCC;
	
}
.year{
			width:87px;
			border-radius:3px;
		border:1px dashed #CCCCCC;
font-family:Calibri;
	text-decoration: none;
	color:#00CCCC ;
	float:left;
	font-size:17px;
	padding:5px 5px 5px 5px;
		margin-right:8px;
		margin-top:8px;
	
			height:30px;
		}
		.year:focus { 
  outline: none;
 border-radius:3px;
		border:1px dashed #00CCCC;
	
}
#redag input[type="file"]
{
	
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.1s linear;
padding:10px 0px 10px 10px;
	background:#fff;
border:1px dashed #00CCCC;	
	}
	
	