html, body
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	font-size: 100%;
	
	background:#f1f1f1;
  font-family:arial;
  font-size:13px;
  line-height:18px;
}
.menu
{
width:100%;
bottom:0px;
width:950px;
padding:0px;
margin:0px;
margin:0 auto;
padding-top:70px;
position:relative;
}
.menu .logo
{
position:absolute;
right:0px;
top:20px;
font-size:30px;
font-style:italic;
text-shadow: 2px 4px #444;
color:white;
}
.menu li
{
float:left;
list-style:none;
margin-right:1px;
}
.menu li a
{
display:block;
padding:6px 10px 6px 10px;
background:#fff;
box-shadow:   inset 0 0 3px #E0691A;
 
color:#444;
font-weight:bold;
}
.menu li a:hover
{
background:#f1f1f1;
}
.container
{
width:950px;
margin:0 auto;
border:1px solid #C8DDF0;
background:#fff;
box-shadow:   inset 0 0 2px #E0691A;
 position:relative;
 min-height:750px;
}
.container_in
{
padding:20px;
padding-left:10px;
}
.container_index
{
padding:20px;

}
.clear
{
clear:both;
}
fieldset
{
border:0px;width:600px; 
}
.header
{
background: #E0691A;
height:100px;
width:100%;
border-bottom:1px solid #999;
}
a
{
text-decoration:none;
color:#E0691A;
}
a:hover
{
color:#333;
}
.info_box
{
padding:5px;
background:#FBEFF1;
width:580px;float:left;
border:1px solid red;
color:#333;
margin-bottom:10px;
text-align:center;
}
.info_box a
{
color:#333;
}

.radius_background
{
position:relative;
background:#f1f1f1;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px;

}
.radius, .box_border, .text
{
position:relative;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px;
border:1px solid #E0691A;
padding:4px;
}
input[type="text"]
{
font-size:14px;
padding:5px 2px 5px 4px;
color:#444;
margin-bottom:4px;
}
input[type="text"]:focus
{
background:#FCFCD9;
}
.name_question_input
{
width:585px;margin-bottom:4px;
}
.question
{
width:550px;
margin-bottom:4px;
}
.answers
{
width:305px;
margin-right:10px;
}
.clonedInput
{
padding:15px;float:left;background:#f6f6f6;width:565px;
}
.point
{
width:45px;
}
.button
{
background:#E0691A;
color:white;
border:0px;
padding:4px;
cursor:pointer;
float:right;
margin-top:10px;
font-weight:bold;
margin-left:10px;
}
.previous
{
background:#E0691A;
color:white;
border:0px;
padding:4px;
cursor:pointer;
float:left;
 
font-weight:bold;
margin-right:20px;
}
.next
{
float:right;
margin-top:0px;
}
.list_forms_question
{
width:100%;
}
.title_row
{
background:#E0691A;
font-weight:bold;
color:white;
}
.row
{
background:#FCEEE5;
}
.row1
{
background:#f5f5f5;
}
.tname
{
width:220px;
text-align:left;
}
.name
{
text-align:left;
}

.tchange
{
width:110px;
text-align:center;
}
.tshow
{
width:90px;
}
 
.tdelete
{
width:40px;
}
#result
{
width:100%;
float:left;
text-align:center;
display:none;
}
/* Show result question and answer */
.show_question
{
width:97%;
padding-left:10px;
font-weight:bold;
padding-bottom:5px;
}
.show_answers
{
width:97%;
padding-left:17px;
display:block;
}
.show_answers input
{
position:relative;
top:2px;
}
.show_none
{
display:none;
}
h3 span
{
color:#E0691A;
}
