.hiddenDiv
{
	display: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.mainDiv
{
}

.elementsContainer
{
	width:50%;
    margin: 0px auto;
}

.contBtn
{
    margin: 0px auto;
    width:180px;
}

.elementHeader
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2dfed), color-stop(26%,#c8d7eb), color-stop(51%,#bed0ea), color-stop(51%,#a6c0e3), color-stop(62%,#afc7e8), color-stop(75%,#bad0ef), color-stop(88%,#99b5db), color-stop(100%,#799bc8));
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

.elementBody div div, .elementBodyEdit div div
{
	display: inline-table;

}

.elementBodyEdit div div:nth-child(2) input, .elementBody div div:nth-child(2) input
{
    width:60%;
}

.elementBody div, .elementBody, .elementBodyEdit div, .elementBodyEdit
{
	width:99%;
	margin: 0px auto;
}

.elementBody div div:nth-child(1), .elementBodyEdit div div:nth-child(1)
{
	width: 30%;
	text-align: right;
	font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 #e0f3ff;
}
.elementBody div div:nth-child(2), .elementBodyEdit div div:nth-child(2)
{
	width: 68%;
    min-height: 20px;
    min-width: 20px;
}

.modal-footer div
{
	float: left;
	display: inline-table;
}

.bonus
{
}

.element
{
	-webkit-border-radius: 7px;
    border-radius: 7px;
	border-style:solid;
	border-width:1px;
	margin: 5px;



    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}