* {
	margin: 0px;
	padding: 0px;
}

.remove_border {
	border: 1px solid silver;
	background: #FFFFCC;
}

.body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#e6fd93;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0;
	font-size: 1.5em;
}

h2 {
	margin: 7px 0;
}

p {
	margin: 10px 0;
}

table td {
	padding: 3px;
}

ul {
	margin: 8px 12px;;
}

li {
}

.submitbutton {
	padding: 5px;
	margin-bottom: 3px;
}

.margintop {
	font-size: 1.3em;
	margin-top: 28px;
}


#container {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 800px;
	margin: 2px auto;
	background: #fff;
	border: 1px silver solid;	
}

#left {
	width: 215px;
	float: left;
}

#left h1 {
	font-size: 1.1em;
	margin-left: 8px;
}

#left ul {
	margin-left: 14px;
}

#left li {
	list-style: none;
}

#header {
	
}
#logo {
	float: left;
	background: url(images/intervjuaren-logo.png) no-repeat;
	height: 100px;
	width: 190px;
}

#logo a {
	color: #000;
	font-weight: bold;
	line-height: 122px;
	margin: 0 auto;
	font-size: 20px;
}

#logo span {
	color: #ffae00;
	font-size: 20px;	
	font-weight: bold;
}

#header-right {
	float: left;
	height: 100px;
	width: 560px;
	padding: 5px;
}



#content_wrapper {
}

#content {
	padding: 8px;
}

#content-top-info {
	background: white;
}



#content-main {
}

#content-main-left {
	width: 150px;
	float: left;
}

#content-main-right {

	width: 750px;
	float: left;
}



#content-main-right-interviewer {
	background: url(images/intervjuare-ida.png) no-repeat;
	width:750px;
	height:450px;
}

#interviewer-header {

}

#content-main-right-interviewer-thinking-box {
	float:left;
	visibility: hidden;
	width: 425px;
	height: 250px;
	background:url(images/thought.png) no-repeat;
}

#content-main-right-interviewer-thinking {
	margin-top:35px;
	margin-left: 39px;
	width: 282px;
	font-size: 0.9em;
	visibility: hidden;
}

#content-main-right-interviewer-saying-box {
	float: left;
	width: 325px;
}

#content-main-right-interviewer-saying {
	background: white;
	border: 2px solid black;
}

#content-main-right-interviewer-saying-top {
	background: url(images/saying-top.png) no-repeat;
	height: 52px;
}

#content-main-right-interviewer-saying-content {
	background: url(images/saying-content.png) repeat-y;
	padding: 20px;	
	text-align: justify;
}
#content-main-right-interviewer-saying-bottom {
	background: url(images/saying-bottom.png) no-repeat;
	height: 96px;
	margin-top: -12px;	
}


#bottom-box {
	margin-top: 5px;
}

#content-main-right-response {
	float: left;
	width: 620px;
	margin-left: 30px;
}

#content-main-right-interviewer-button {
	float: left;
	text-align: center;
	width: 100px;
}

#content-main-right-interviewer-button img {
	border: none;
}

#footer {
	text-align: center;
	padding: 10px 20px;
	font-size: 0.9em;
	background:#e6fd93;	
	
}

#footer a {
	color: #000;
}

.clearfloat {
	clear: both;
}
