body{
margin:0;
padding:0;
background:#7E8482;
font-family: Verdana;
}

b{font-size: 110%;}
em{color: red;}

#sitewrap {
	margin:auto;
	width:780px;
	background:#f1f1f1;
	}
	
#meniu {
	margin:auto;
	padding:0px;
	width:780px;
	background:#9D004B;
	color:#fff;
	}
	
#buton {color: #fff;width:99px;float:left;font-size:9px; text-align:center; padding: 5px;border-top: 1px solid #70193D;border-bottom: 1px solid #70193D;border-left: 1px solid #9D004B;border-right: 1px solid #70193D;background-color: #9D004B;font-weight:bold;cursor:pointer;}
#buton:hover {color:#fff;width:99px;float:left;font-size:9px; text-align:center; padding: 5px;border-top: 1px solid #303030;border-bottom: 1px solid #000000;border-left: 1px solid #303030;border-right: 1px solid #000000;background-color: #3b1a59;font-weight:bold;cursor:pointer;}
#buton a {display:block;color: #fff;text-decoration:none;}
#buton a:hover {display:block;color: #fff;text-decoration:none;}
#paragraf {padding:10px;}

	
                    
                    
	
#sitefooter {
	margin:auto;
	width:780px;
	height:40px;
	background:url(/img/footer_bg.jpg) no-repeat;
	color:#fff;
	padding-top:15px;
	font-size:9px;
	}

#topsection{
background: #3b1a59;
height: 24px; /*Height of top section*/
margin-top:0px;
border:0px solid #fff; 
font-size:9px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
background:#e6e6e6;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding:0px;
}

#header_app {
clear: left;
width: 100%;
text-align: left;
padding:0px;
height:230px;
}


#footer a{
color: #FFFF80;
}

#innertube{
padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
text-align:justify;
font-size:11px;
}

#innertube h1 {
	color:#A9014C;
	font-size:12px;
	}
	
	
	













/**************************************/
/*            FORM ELEMENTS           */
/**************************************/
.field label {
	float:left;
	text-align:right;
	width:130px;
	margin-right:20px;
	cursor:pointer;
}
.content input.text,  .content textarea {
	border:#ccc 1px solid;
	background:#fff url(/img/input-text-bg.png) repeat-x left top;
	width:300px;
	padding:2px 20px 3px 3px;
}
textarea {
	height:200px;
	width:500px;
}
.field-error input.text,  .field-error textarea{
	color:#a51919;
	border:#c25454 1px solid;
	background:#fae1e1 url(/img/input-text-error-bg.png) repeat-x left top;
}
.field-error label,.field-error .error-hint{
	color:#a51919;
}
.field-error .error-hint{
	padding-left:10px;
}
.required-icon {
	background:url(/img/input-required.png) no-repeat;
	text-indent:-9000px;
	display:inline-block;
	overflow:hidden;
	height:20px;
	width:15px;
	position:relative;
	margin-left:-20px;
	top:-4px;
	vertical-align:top;
}
/**************************************/
/*             FIELDSETS              */
/**************************************/
#titleActions .editAutosave {
	font-size:0.9em;
}
.content form div.fieldsetBlock {
	background:url(img/fieldset.png) -900px 100% no-repeat;
	margin-bottom:0.8em;
	padding:0px 0px 10px 0px;
	margin-right:10px;
	position:relative;
}
 .bBR {
	display:block;
	width:10px;
	height:10px;
	background:url(/img/fieldset.png) -1790px -20px repeat-y;
	position:absolute;
	bottom:0px;
	right:-10px;
}
.content form div.fieldsetBlock .header {
	background:url(/img/sprite.png) 100% -1170px;
	margin:0px -10px 0px 10px;
	padding:0px;
	
}
.content form div.fieldsetBlock  h3 {
	font-family:Georgia;
	background:url(/img/sprite.png) 0px -1350px;
	margin:0px 0px 0px -10px;
	height:40px;
	line-height:40px;
	padding-left:10px;
}
.content form div.fieldsetBlock  h3 a {
	color:#000000;
}
.content form div.fieldsetBlock  h3 a:hover {
	text-decoration:none;
}
.content form fieldset{
	padding:0;
	margin:0 0 20px 0;
}
.content form div.fieldsetBlock  fieldset {
	border:none;
	margin:0px -10px 0px 0px;
	padding:10px 0px 0px 0px;
	background:url(/img/fieldset.png) top right repeat-y;
}
.content form div.fieldsetBlock  fieldset.active {
	display:block;
}
.content form legend{
	margin-left:10px;
	font-weight:bold;
	color:#333;
}
.content form div.fieldsetBlock  legend {
	display:none;
}
.content form .field {
	overflow:hidden;
	padding:10px 0px;
	background:url(/img/fieldset.png) 0px 100% no-repeat;
	margin-right:2px;
}
.content form .last-field {
	background:none;
}
.content form .field .textarea textarea {
	width:315px;
}
.content form .date {
	width:50px;
}
