body {
	margin:0px;
	padding:0px;
	font-family:Helvetica,Verdana,Geneva,sans-serif;
	background-color:#DCDDE1;
}
#wrapper {
	width:1084px;
        margin:auto;
        height:760px;
}
#inner_header {
	width:1084px;
	height:85px;
}
#inner_bg {
	width:1084px;
	height:auto;
}
#inner_lest_side {
	float:left;
	width:255px;
/* --	margin-right:47px; --*/
	margin-right:24px;

}
#inner_right_side {
	float:left;
	width:690px;
}
/*
#inner_header, #inner_bg {
	border-style: dashed;
	border-width: 1px;
	border-color: black;
}
*/
#filedrag {
    display: none;
    text-align: center;
    font-size: 12px;
    padding: 2em 0;
    margin: 1em 0;
    border: 1px dashed #2465B0;
    border-radius: 0px;
    cursor: default;
}
#filedrag.hover {
    color: #333CA0;
    border-color: #008080;
    border-style: dashed;
}
#filedrag.hoveroff {
    color: #2465B0;
    border-color: #2465B0;
    border-style: dashed;
}
#progress p {
    display: block;
    width: 240px;
    padding: 7px 5px 5px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
    background: #eee url("../images/progress.png") 100% 0 repeat-y;
}
#progress p.success {
    background: #333CA0 none 0 0 no-repeat;
}
#progress p.failed {
    background: #c00 none 0 0 no-repeat;
}
.color1 {  /* violet */
	color:#2E489F;
}
.color2 {  /* grey */
	color:#BDBEC0;
}
.color3 {  /* blue1 */
	color:#2B77A4;
}
.color4 {  /* blue2 */
	color:#0F4E86;
}
.color5 {  /* blue3 */
	/*color:#2465B0;*/
	color:#333CA0;
}
.color6 {  /* white */
	color:#FFFFFF;
}
.color7 {  /* black  */
	color:#000000;
}
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs20 {
	font-size:20px;
}
.fs24 {
	font-size:24px;
}
.fs35 {
	font-size:35px;
}
.lighter {
	font-weight: lighter;
}
.error1 {
	color: red;
	font-size: 12px;
}
.code {
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}
.clickable {
	cursor:pointer;
}
.greyed {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.select_code_area {
	width:100px;
	min-height:20px;
	max-height:300px;
	overflow:hidden;
	overflow-y:scroll;
	border:1px dashed black;
	padding:10px;
}
.select1, .select2, .select3, .select4 {
	background: #ccc;
	/*padding: 50px;*/
	font-size: 14px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	text-indent: 5px;
	/*-webkit-appearance: none;*/
}
.select1 {
	width: 220px;
}
.select2 {
	width: 110px;
}
.select3 {
	width: 140px;
}
.select4 {
	width: 320px;
}
.input_bg {
	background: #ccc;
}
.input1, .input2, .input3, .input4, .input5 {
	border: 0;
	background: #ccc;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	text-indent: 5px;
}
.input1 {
	width:210px;
}
.input2 {
	width:220px;
}
.input3 {
	text-align: center;
	width:100px;
}
.input4 {
	width:310px;
}
.input5 {
	width:140px;
}
.label1 {
	color: red;
	margin-top: 10px;
	margin-bottom: -20px;
	text-align: center;
	font-size: 11px;
	width: 220px;
}
.centeredImage {
        float: none;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0px;
}
.up_5 {
        padding-top: 5px;
}
.up_10 {
        padding-top: 10px;
}
.up_15 {
        padding-top: 15px;
}
.up_20 {
        padding-top: 20px;
}
.up_25 {
        padding-top: 25px;
}
.down_5 {
        padding-bottom: 5px;
}
.down_10 {
        padding-bottom: 10px;
}
.down_15 {
        padding-bottom: 15px;
}
.down_20 {
        padding-bottom: 20px;
}
.down_25 {
        padding-bottom: 25px;
}
.left_5 {
        padding-left: 5px;
}
.left_10 {
        padding-left: 10px;
}
.left_15 {
        padding-left: 15px;
}
.left_20 {
        padding-left: 20px;
}
.left_25 {
        padding-left: 25px;
}
.right_5 {
        padding-right: 5px;
}
.right_10 {
        padding-right: 10px;
}
.right_15 {
        padding-right: 15px;
}
.right_20 {
        padding-right: 20px;
}
.right_25 {
        padding-right: 25px;
}
