@charset "utf-8";
body, div, span, p, ul, ol, li, img, table, tbody, thead, tfoot, tr, th, td, a, fieldset, label, select, option, form, strong, sub, sup, legend, h1, h2, h3, h4, h5, h6, blockquote, pre {margin: 0; padding: 0; border: 0 none; outline: 0; vertical-align: bottom;}
:focus {outline: none;}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
a {text-decoration: none; color: #fff; cursor: pointer;}
p {line-height: 1.2em; text-align: justify;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}

#form-swf {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #383838;
	font-size: 18px;
	width: 890px;
	position: absolute;
    top: 50%;
	margin-top: -220px;
    left: 50%;
    margin-left: -445px;
    display: none;
}
#form-swf input {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #383838;
}
#form-swf h1 {
	font-size: 21px;
	color: #0b81cd;
	margin-bottom: 50px
}
#form-swf form {
	text-align: center; 
}
#form-swf form div {
	margin: 15px auto 0 auto;
	text-align: left; 
	overflow: auto;
	width: 620px;
}
#form-swf form div.mg {
	margin: 0px auto 0 auto;
}
#form-swf form div.footer {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
#form-swf form div label {
	float: left;
	margin-top: 6px;
}
#form-swf #name, #form-swf #telephone, #form-swf #city {
	background: url(../images/input-bg.png) repeat-x;
	float: right;
	width: 455px;
	height: 32px;
	border: 1px solid #d3d5d6;
	padding-left: 5px;
}
#form-swf #city {
	width: 460px;
	height: 37px;
    line-height: 2.7em;
	border: none;
    cursor: pointer;
}
#form-swf #city option {
	padding: 2px 8px;
}
#form-swf #send, #form-swf #back {
	width: 93px;
	float: right;
	height: 33px;
	border: none;
	cursor: pointer;
}
#form-swf #send {
	background: url(../images/send.png) no-repeat;
	margin-left: 7px;
}
#form-swf #back {
	background: url(../images/back.png) no-repeat;
}
#form-swf form div#error {
	font-size: 13px;
	font-weight: bold;
	color: #e64c00;
	text-align: right;
    display: none;
}
#form-swf div.inputs-file {
	position: relative;
	height: 40px;
}
#form-swf span.custom-file {
	position: absolute;
	display: block;
	width: 460px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#form-swf span.custom-file img {
	float: right;
	margin-top: 1px;
    cursor: pointer;
}
#form-swf span.custom-file img.del-file {
	margin-left: 5px;
	margin-top: 0;
}
#form-swf #custom-file-input1, #form-swf #custom-file-input2  {
	background: url(../images/input-bg.png) repeat-x;
	border: 1px solid #d3d5d6;
	width: 257px;
	padding-left: 5px;	
	height: 32px;
	float: left; 
}
#form-swf input#file1, #form-swf input#file2 {
	position: relative;
	text-align: right;
	float: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height: 35px;
    width: 355px;
    margin-right: 102px;
    cursor: pointer;
}
#form-swf form div.custom-select {
    background: url(../images/skin-select.png) top left no-repeat;
    position: relative;
    float: right;
	padding: 0; margin: 0;
 	width: 460px;
 	height: 37px;
	overflow: hidden;
    cursor: pointer;
}
#form-swf form div.selected {
	font-weight: bold;
 	width: 420px;
 	height: auto;
	margin: 8px 0 0 7px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}


#altContent {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/kariera_bg_2.png');
	background-repeat: repeat-x;
	padding-top:80px;
}
#altContent #msg {
	width: 1233px;
	height: 668px;
	margin:auto;
	background-color: #fff;
	background-image: url('../images/kariera_bg.png');
	background-repeat: no-repeat;
	padding-top:200px;
}
#altContent h1 {
	font-size: 21px;
	color: #0b81cd;
	margin-bottom: 50px
}
#altContent p {
	text-align: center;
	color: #0b81cd;
}

#altContent a {
	color: #0b81cd;
}
