/*
	-----------------------------------------------
    Example Defaults
	-----------------------------------------------
	+ Layout
	+ Base Typography
*/ 

/* !Layout  container-inner background: #fff url(images/bg-form.gif) repeat-x;
--------------------- */
html {
	background: #eee;
}

body {
	background: #eee url(images/bg-body.png);
	color: #333;
	font: 75%/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 20px;
}

#container {
	background: url(images/bg-form-btm.png) no-repeat 100% 100%;
	padding-bottom: 18px;
	width: 600px;
}

#container-inner {
	background: #F9F9FF;
	border: 1px solid #fff;
	border-color: #fff #fff #ababab;
	padding: 20px;
}

#newCategoryDiv {
	position: relative;
	text-align: right;
	top: 100px;
	right: 300px;
}

#responseTypesDiv {
	position: relative;
	text-align: right;
	top: 300px;
	right: 300px;
}

/* !Base Typography
---------------------h1: background: url(images/bg-ccc.gif) 0 100% repeat-x;  */
a {
	text-decoration: none;
	color: #26808c;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

h1 {
	border-bottom: 1px solid #fff;
	color: #666666;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.7em;
	padding: 0 0 28px;
}

.question {    
    color: #5d008c;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	margin: 1em 0 0.7em;
}

input,
textarea,
select {
	font-family: Helvetica, Arial, sans-serif;
}


/* !General Form Styling
--------------------- */
/* -- !Fieldsets & Legends -- */
fieldset {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #777;
	border-left: 1px solid #FFF;
	border-right: 1px solid #777;
	background: #EEF;
	position: relative;
	padding: 10px;
}
	

	fieldset legend {
		border: none;
		background: #FFF;
		display: block;
		font-size: 1em;
		line-height: 1;
		margin: 5px 0;
		padding: 5px;
		position: absolute;
		width: 80px;
	}	
	
	/* Input defaults */
	fieldset div input,
	fieldset div textarea,
	fieldset div select {
		color: #333;
	    display: block;
	    font-size: 14px;
	    font-family: Arial, Helvetica, sans-serif;
	    float: left;
	    line-height: 1;
	    margin: 0;
	}
	
	/* -- !Introduction Text -- */
.introduction {
	font-size: 1.5em;
	margin: 0 0 2em;
}

/* -- !Fields -- */
fieldset div {
	background: url(images/bg-form-fieldset-div.png) repeat-y 0 0;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
}

fieldset div.controls {
	margin: 25px 0 0;
	padding: 0;
}
    /* Textareas */
    fieldset div textarea {
        height: 89px;
        padding: 3px;
        width: 269px;
    }
	
/* table */

table {
	clear: right;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	background: #ECECEC
}

    table tbody tr th label {
    	color: #006;
    	text-align: center;
    	font-size: 1.2em;
        font-weight: bold;
        line-height: 1.1;
        margin: 1px 1px 10px 10px;
        min-width: 80px;
    }
	  table tbody tr td {    	
		text-align: center;   	
        margin: 1px 1px 0 0;       
    }
	
	/* slider  */
	
div.slider {
	position: relative;
	width: 300px;
	padding:12px;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
	
}
form div{
margin 0,0,0.25ex 0;
clear: left;
}
label{
width: 10em;
display: block;
float: left;
font-weight: bold;
padding-right: 1.5em;
}


