.header {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	max-width: 400px;
	margin: auto;
	color: #fff;
	background: transparent url("Images/sprite.png") no-repeat 100% 9px;
	font-size: 18px;
    box-sizing:content-box;
}

#example .demo-container {
	margin-top: 0;
	padding: 20px;
	border: none;
	max-width: 400px;
}

.background-default .header {
	background-color: #1976d2;
}

.background-black .header {
	background-color: #9eda29;
	background-position: 100% -111px;
	color: black;
}

.background-blackmetrotouch .header {
	background-color: #0082cc;
}

.background-bootstrap .header {
	background-color: #337ab7;
}

.background-glow .header {
	background-color: #ffa915;
	background-position: 100% -51px;
	color: #202020;
}

.background-metro .header,
.background-metrotouch .header {
	background-color: #25a0da;
}

.background-material .header {
	background-color: #03a9f4;
}

.background-office2007 .header {
	background-color: #00156e;
}

.background-office2010black .header {
	background-color: #f7c840;
}

.background-office2010blue .header {
	background-color: #3a71b7;
}

.background-office2010silver .header {
	background-color: #f6b700;
}

.background-outlook .header {
	background-color: #306ac5;
}

.background-silk .header {
	background-color: #2dabc1;
}

.background-simple .header {
	background-color: #882501;
}

.background-sunset .header {
	background-color: #982e00;
}

.background-telerik .header {
	background-color: #63ac39;
}

.background-vista .header {
	background-color: #3c7fb1;
}

.background-web20 .header {
	background-color: #12398a;
}

.background-webblue .header {
	background-color: #0e3d4f;
}

.background-windows7 .header {
	background-color: #4c93cc;
}

.demo-container hr {
	margin-bottom: 15px;
}

#timeslot {
	padding: 5px 0 15px 40px;
}

#timeslot .RadPicker  {
	margin-top: 10px;
}

#timeslot .riLabel {
	padding-left: 26px;
}

.replyTextarea {
	resize: none;
	height: 100px;
	width: 396px;
	margin-bottom: 20px;
}

#timeslot .RadPicker label{
    width: 110px;
}

.background-bootstrap .replyTextarea {
	width: 374px;
}
 #example .RadButton {
    margin-right: 10px;

}