
.breadNav{
	height:40px;
	border-radius: 2px;border:
	1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.toIndex{
    color: #AAAAAA;
    text-decoration: none;
    cursor: pointer;
}
.toIndex:hover{
	text-decoration: none;
	color: #52B3FF;
}
.breadNav p{
	margin-top: 10px;
	margin-left: 10px;
}
.blueCoenten{
	background-color: rgba(217, 234, 248, 1);
	/*height:600px;*/
	/*border-radius: 5px;*/ 
	/*border:1px solid rgba(217, 234, 248, 1);*/
}
.inputBox{
	width:350px;
	/*height:240px;*/
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-left:60px;
	margin-top: 60px;
}

/*.inputBoxB{
	width:350px;
	height:485px;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left:100px;
}*/
/*.selectBox{
	margin-top: 10px;
}*/
