@charset "UTF-8";
/* CSS Document */
 
fieldset {
	margin:1em 5px;
	margin-top: 0px;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;	
}

form div,
.fieldsetdiv {
	padding: 3px;
	padding-left: 10px;
	display: block;
	font-size: 11px;
}

fieldset div, 
.fieldsetdiv {
	background: url(../pic/form-field-normal.gif) no-repeat left top;
}

.fieldsetdiv {
	float: none;
	clear: both;
}

div.required {
	background: url(../pic/form-field-note.gif) no-repeat left top;
}

div.noflag {
	background: none;	
}

fieldset div img {
   border: 2px solid #999;
}

legend {
	font-weight: bold;
	font-size: 11px;
	color: #999;
	padding: 3px;
}

/* inputs in new line or single line */

label {
	float: left;
	width: 16em;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}


select,
textarea,
input[type="text"],
input[type="password"]{
	border: 2px solid #E1E1E1;	
	font-size: 12px;
	padding: 2px;
	background: url(../pic/content_bottom.jpg) repeat-x center #FFF;
}

select,
textarea {
	background: url(../pic/form.jpg) repeat-x top #FFF;	
}

#CVForm textarea,
#SendMessageForm textarea {
	width: 328px;
}

#CVForm .cvlang {
	border: 2px solid #E1E1E1;	
	width: 335px;
}

#CVForm .cvlang td {
	background: #E4E4E4;
	padding: 5px;
}

#selectsmall0 select,
#selectsmall1 select {
	width: 50px;
}

input[type="checkbox"]{
	border: 2px solid #CCC;
	padding: 0px;
	margin: 1px;
}

input[type="textarea"] {
	background: none;	
}

input.textField,
input.textFieldNormal {
	width: 200px;	
}

input.textFieldMedium {
	width: 300px;	
}

input.textFieldLarge {
	width: 400px;	
}

input[type="submit"],
input[type="button"]
{
	text-align: center;
	padding: 0.5em;
	font-size: 1.3em;
}

/* add ons */


.scroll_checkboxes {
	margin: 0px;
	margin-left: 15.1em;
	margin-top: 2px;
	background: url(../pic/form.jpg) repeat-x top #FFF;	
	border: 2px solid #E1E1E1;
	padding: 3px;
	width: 340px;
}

input:focus, 
textarea:focus {
	background: #E1F0FF;	
}

#transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}