

#container
{

	background-color: white;
	width: 500px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	
	
}
#srodek
{
	margin-left: auto;
	margin-right:auto;
	text-align:center;

}
#daneosobowe 
{
	width: 700px;
	height:50px;
	margin-left: auto;
	margin-right:auto;
}

#adres
{
	width: 700px;
	margin-left: auto;
	margin-right:auto;

}
#szczegoly
{
	width: 700px;
	margin-left: auto;
	margin-right:auto;

}
#szczegoly input[type=date],input[type=time]
{
float:left;
margin: auto;

}
#daneosobowe input[type=text]
{
float:left;
margin: auto;

}
#adres input[type=text]
{
float:left;
margin: auto;

}
#wiz, #lek
{
float:left;
margin: auto;
width: 350px;
}
#adres input[name="Kod"]
{
	width: 115px;
}

#adres input[name="Nr"]
{
	width: 140px;
}
#adres input[name="Miejscowość"]
{
	width: 235px;
}
#adres input[name="Ulica"]
{
	width: 235px;
}
input[type=text],input[type=date],input[type=time],

input[type=password]
{
	width: 200px;
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 10px;
	
}


select[name="lekarz"],select[name="rwizyty"],select[name="rbadania"]

{
	width: 200px;
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	
	
}

input[type=text]:focus,
input[type=password]:focus
input[type=date]:focus,input[type=time]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #a5cda5;
	background-color: #e9f3e9;
	color: #428c42;
}

input[type=submit]
{
	width: 300px;
	/* background-color: #36b03c;	color: white; */
	font-size:14px;
	background-color: #e61010;
	padding: 15px 10px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
}

input[type=submit]:focus
{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
}

input[type=submit]:hover
{
	background-color: #ff2525;
}

input::-webkit-input-placeholder
{
    color: #999;
}
input:focus::-webkit-input-placeholder
{
    color: #428C42;
}
/* Firefox < 19 */
input:-moz-placeholder
{
    color: #999;
}
input:focus:-moz-placeholder
{
    color: #428C42;
}
/* Firefox > 19 */
input::-moz-placeholder
{
    color: #999;
}
input:focus::-moz-placeholder
{
    color: #428C42;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder
{
    color: #999;
}
input:focus:-ms-input-placeholder
{
    color: #428C42;
}
