body{	
background:#FCFCFC;/*F0F8FF*/

}

#logo{
		width:800px;
		height:90px;
		background-image: url(../images/top_960_projects.png);
		border-bottom:#090 solid 1px;
		}
		
.style{
	font-size:26px;
	text-align:right;
	line-height:90px;
	margin:0px 50px 0px 0px;
	color:#090;
	}
	

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
	border: 1px solid #090;
	width:800px;
	margin: 0 auto;
	background-color:#F0F8FF;
}


.formular top {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #090;
	background-color:#F0F8FF;
	
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #090;
	
}

.formular legend {
font-size: 12px;
color:#1874CD;
font-weight:bold;
}

.formular fieldset label {
	float: none;
	text-align: left;
	width: auto;
}

.formular label span {
	color: #090;
	font-size:12px;
	width:600px;
}

.formular input{
	display:block;
	margin-bottom: 5px;
}

.formular file{
	display:block;
	margin-bottom: 5px;
}

 .formular select {
 	width:250px;
	display:block;
	margin-bottom: 5px;
}


.formular textarea {
	display : block;
	margin-bottom: 5px;
}


.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF;
	
}
.formular textarea {
	width:750px;
	height:200px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular span.file, .formular .file {
	display: inline;
}

.formular .submit {
	border: 0px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	background-color:#1874CD;
	color:#fff;
}

/*.formular hr {
	clear: both;
	visibility: hidden;
}*/

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
.errormsg {
  display: block;
  width: 99%;
  color: #fff;
  font-size:11px;
  font-weight: bold;
  padding:0px 0px 0px 10px;
  margin: 5px 0px 2px 0px;
  text-align:left;
  background-color:#F00;
  height:auto;
  line-height:20px;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background-color:#1874CD;
  width: 60px;
  height: 23px;
  line-height:23px;
  color:#fff;
  display:inline;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color:#1874CD;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

p{
	padding:5px 0; 
	margin:0px;
	color:#090;
	text-decoration:none;
	}
	
	
a:link,  a:visited,  a:active {
color: #F00;
text-decoration: none;
font-size:14px;
font-weight:bold;
}
a:hover {
color: #090;
text-decoration: none;
font-size:14px;
font-weight:bold;
} 

.browse_box_left{
	width:300px;
	height:25px;
	float:left;
	padding:1px 0px 0px 0px;
	margin:0px 40px 0px 0px;
	}

.btn_browse{
	border: 0px solid #AAA;
	width:60px;
	height:25px;
	line-height:25px;
	color:#fff;
	background-color:#F90;
	text-decoration: none;
	cursor:pointer;
	
	}
	
#box{
	width:500px;
	height:auto;
	background-color:#000;
	float:left;
	}
	
	#box_2{
	width:300px;
	height:auto;
	background-color:#f00;
	float:left;
	}
.astric{
color:#f00;
display:inline;
font-weight:bold;
}

.error_occured{
color: #0000FF;
font-weight:bold;
text-align:center;
font-size:14px;
}

.thx{
background-color: #0066FF;
color:#fff;
padding:5px;
text-align:center;
margin-top:10px;
}