.white-grid-block {
	background-color: #fff;
	border: 1px solid #c2c7cf;
	#-moz-box-shadow: inset 0 -2px 2px #ececec;
	#-webkit-box-shadow: inset 0 -2px 2px #ececec;
	#box-shadow: inset 0 -2px 2px #ececec;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 80%;
	height: auto;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.list-inline h1{
    text-align: left;
    margin-top: -10px;
    height: 20px;
    line-height: 30px;
    font-size: 12px;			
}
		
.white-grid-block h1{
    text-align: left;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.white-grid-block h1 span{
    background-color: white;
}
.panel {
	border: 0;
}
	
.btn-lg-round {
	border-radius: 24px;
}
.input-group-addon{
	background-color: #357ebd;
	color: WHITE;
}

body{
	font-size:15;
	#font-family: Verdana;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	#font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}