h1.orangepositioned,
h1.orange,
span.orangebar {
  text-transform: uppercase;
  background: #fece45;
  font-size: 13px;
  color: white;
  font-weight: 300;
  padding: 5px 10px 6px 10px;
  -webkit-box-shadow: inset 0px 0px 2px #e1941e;
  -moz-box-shadow: inset 0px 0px 2px #e1941e;
  box-shadow: inset 0px 0px 2px #e1941e;
  border-top: solid 1px #e1941e;
}
h1.orange {
  display: inline-block;
  margin-bottom: 15px;
}
h1.orangepositioned {
  position: absolute;
  z-index: 2;
  margin-left: 20px;
}
.bluebutton,
a.bluebutton:visited,
.greybutton,
a.greybutton:visited,
a.greybutton:hover {
  text-transform: uppercase;
  font-family: museo-sans-1, museo-sans-2, sans-serif;
  background: #29c0d5;
  color: white;
  padding: 3px 15px;
  font-weight: 300;
  cursor: pointer;
  border: solid 1px transparent;
  margin-left: 10px;
  line-height: 12px;
}
.greybutton,
a.greybutton:visited,
a.greybutton:hover {
  background: #aaaaaa;
}
.bluebutton:hover,
a.bluebutton:hover {
  background-color: #00bad3;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#29c0d5, #00bad3);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#29c0d5, #00bad3);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29c0d5), color-stop(100%, #00bad3));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#29c0d5, #00bad3);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#29c0d5, #00bad3);
  /* Opera 11.10 */
  background-image: linear-gradient(#29c0d5, #00bad3);
  /* the standard */

  border-color: #219cad;
  color: white;
}
.modalboxback {
  /*width: 700px;
	height: 200px;
	.centerPosition(700px,200px);*/
  border: 10px solid #fbe613;
  /*rgba(255,231,23,0.8)*/
  border-color: rgba(255, 231, 23, 0.6);
  /*border-right-color:#F99617;
	border-bottom-color:#F99617;*/
  border-right-color: rgba(247, 155, 30, 0.6);
  border-bottom-color: rgba(247, 155, 30, 0.6);
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  background: white;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.modalboxback .modalboxmain {
  /*width: 480px;
		height: 160px;*/

  -webkit-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.modalback {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 50;
}
#prvMessageBox {
  width: 600px;
  height: 400px;
  margin-left: -300px;
  margin-top: -200px;
}
#prvMessageBox .modalboxmain {
  width: 560px;
  height: 360px;
}
#prvMessageBox .modalboxmain .closeButton {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  background: url("/cassette.axd/file/site-static/close-popup-da7bcf1a280643f4cec2170afd12b4842ee573a7.png") no-repeat;
  cursor: pointer;
}
#prvMessageBox iframe {
  width: 560px;
  height: 360px;
}
.shorturl {
  /*float:right;*/
  width: 100px;
  border: solid 1px #cccccc;
  background: white;
  padding: 3px 6px;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0;
}
#embedbox {
  clear: both;
  display: none;
  background: #e0e0e1;
  padding: 10px;
  padding-top: 0px;
}
#embedbox textarea {
  background: white;
  padding: 5px;
  font-family: monospace;
  border: solid 1px #cccccc;
  width: 585px;
  max-width: 585px;
  height: 50px;
}
.tagstyless {
  padding-left: 52px;
  position: relative;
}
.tagstyless strong {
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  text-transform: uppercase;
  color: #58595b;
  font-size: 11px;
}
.tagstyless a {
  text-transform: uppercase;
  background: #adafb0;
  font-size: 11px;
  color: white;
  padding: 4px 7px;
  white-space: nowrap;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}
.tagstyless a:hover {
  background: #47c8d6;
}
