/*main structure styles*/
* { margin: 0; padding: 0;}
table {width: 100%; border-collapse: collapse;}
td {text-align: left; vertical-align:middle;}
div {text-align: left;}

div#main{width: 1000px; _height:10px; min-height: 10px; text-align: center; margin:auto;}

div.bk-top{width: 750px; _height: 30px; min-height: 30px; text-align: center; background:#393; float:right;}
	div#top {_height:25px; min-height: 25x; padding:5px 0px 5px 15px; margin: 0 auto; color:white; font-weight:bold;}
	#top a:link, 
	#top a:visited
	{color:white; text-decoration:none;}
div.bk-meniu{width: 248px;; _height: 600px; min-height: 600px; text-align: center; float:left; border-left: 1px solid #393; border-right: 1px solid #393; /* background:#ccffcc; */ }
	div#meniu {_height:100px; min-height: 100px; margin: 0 auto;}
div.bk-body{width: 749px; float:right; _height: 500px; min-height:500px; text-align: center; border-right: 1px solid #393;}
	div#body {_height:500px; min-height:500px; margin: 0 auto; padding:10px!important;}
div.bk-bottom{width: 100%; _height: 30px; min-height: 30px; text-align: center; background:#393;}
	div#bottom { padding: 5px 5px 0 10px;  _height:25px; min-height: 25px; margin: 0 auto; color:white;}
/*main structure styles*/

/*standard styles*/
div.fields_holder{float:left; height:32px; width:330px;}
div.fields_holder div.field_caption{width:90px; text-align:right; float:left; padding-right:10px; margin-top:5px;}
div.fields_holder div.field_inputs{width:200px; text-align:left; float:left;}
div.fields_holder div.field_inputs input[type=text]{width:180px; text-align:left; float:left; border:1px solid #6699cc; padding:3px;}
div.fields_holder div.field_inputs select{width:188px; text-align:left; border:1px solid #6699cc; padding:3px;}

div.clear{clear:both;}
/*input:focus, textarea:focus, select:focus {outline: 0!important;}*/
div.frm_l {width: 100px; float: left; clear: left;  padding: 2px 0;}
div.frm_r {width: 300px; float: left; clear: right; border: 1px solid red; padding: 2px 5px;}
img.left {float: left; margin: 0 10px 10px 0}
img.right {float: right; margin: 0 0 10px 10px}
/*standard styles*/

/*specific styles*/
body, table, td, div {font: normal 12px Tahoma,Arial,Verdana,Helvetica; color: #666;}/*specific styles*/

/*Login Styles*/
#login_main{
	width:660px;
	margin:auto;
	margin: 80px auto auto;
	min-height:300px;
	_height:300px;
	height:200px;
	top:50px;
}
#logo{
	width:300px;
	min-height:300px;
	_height:300px;
	float:left;
	padding-top:40px;
	text-align:center;
}

#login_form {
	width:300px;
	min-height:300px;
	_height:300px;
	float:right;
	padding:30px;
}


.input_form {
	border: 0;
	border:1px solid green;
	width: 200px;
	height:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px;
}
.round{
	/*border-radius:15px;
	-moz-border-radius: 15px;*/
	border: 1px solid #393;
}
.titled{
	background:url("../images/bk_titled.jpg") repeat-x top;
	padding:5px;
}
.title{
	padding:0px 5px 10px;
	color:white;
	font-weight:bold;
}
.360left{
	width:300px;
	float:left;
}
ul{
	background:#fff;
	color:#333;
	margin-top:10px;
}
ul li{
	width:330px;;
	padding: 5px;
	list-style:none;
	display:block;
}
.light_green{
	background:#efe;
	color:#333;
}

#formular input, #formular textarea{
	border:0px;
	border: 1px solid #393;
}

input::-webkit-input-placeholder {
    color:#ccc;
	font-family:Verdana;
	font-size:10px;
	height:16px;
}

textarea::-webkit-input-placeholder {
    color:#ccc;
	font-family:Verdana;
	font-size:10px;
	height:48px;
}
input:-moz-placeholder {
    color:#ccc;
	font-family:Verdana;
	font-size:10px;
	height:20px;
}
textarea:-moz-placeholder {
    color:#ccc;
	font-family:Verdana;
	font-size:10px;
	height:48px;
}
/*Final Login Styles*/


/*Afisare Campanii Styles*/
.greeny{
	padding:3px;
	background:#cfc;
}
/*Final Afisare Campanii Styles*/

div.meniu_footer {
	float:right;
	margin-right:10px;
}
div.meniu_footer  a,
div.meniu_footer  a:link,
div.meniu_footer  a:visited
{
	color:#fff;
	text-decoration:none;
}
div.meniu_footer  a:hover
{
	color:#fff;
	text-decoration:underline;
}