*{
margin: 0;
padding: 0;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
html {
/*background-color: #bda9a2;*/
}
header {
background-color:rgba(33, 33, 33, 0.9);
color:#fff;
display:block;
font: 14px/1.3 Arial,sans-serif;
height:50px;
position:relative;
}
header h2{
font-size: 18px;
margin: 0px auto;
padding: 10px 0;
width: 80%;
text-align: center;
font-family: Arial,Helvetica,sans-serif;
}
header a, a:visited {
text-decoration:none;
color:#fcfcfc;
}
.demo {
/*overflow: hidden;*/
}
.bheader {
background-color: #ece7f8;
border-radius: 10px 10px 0 0;
padding: 10px 0;
text-align: center;
}

::-webkit-file-upload-button { cursor: pointer; }

.bbody {
color: #000;
/*overflow: hidden;*/
padding-bottom: 20px;
text-align: center;

background: -moz-linear-gradient(#ffffff, #ece7f8);
background: -ms-linear-gradient(#ffffff, #ece7f8);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ece7f8));
background: -webkit-linear-gradient(#ffffff, #ece7f8);
background: -o-linear-gradient(#ffffff, #ece7f8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ece7f8');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ece7f8')";
background: linear-gradient(#ffffff, #ece7f8);
}

.bbody h2, .info, .error {
margin: 10px 0;
}
.step2, .error {
display: none;
}
.error {
font-size: 18px;
/*font-weight: bold;*/
color: red;
}
.info {
font-size: 14px;
}
label {
margin: 0 5px;
}
input {
/*border: 1px solid #CCCCCC;*/
border-radius: 10px;
padding: 4px 8px;
text-align: center;
width: 74px;
}
.jcrop-holder {
display: inline-block;
}
input[type=submit] {
/*background: #e3e3e3;
border: 1px solid #bbb;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #333;*/
/*font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
padding: 8px 0 9px;*/
text-align: center;
/*text-shadow: 0 1px 0 #fff;*/
width: 150px;
}
/*input[type=submit]:hover {
background: #d9d9d9;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #222;
cursor: pointer;
}*/
input[type=submit]:active {
background: #d0d0d0;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000;
}
.btn-primary {
background: none repeat scroll 0 0 #5d4fa1;
border: 1px solid #5d4fa1;
color: #ffffff;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 12px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}