@charset "utf-8";
/* CSS Document */



#div-input-file{
	position: relative;
	display: block;
	background:url(../img/icons/open_file.gif) no-repeat 100% 1px;
	height:28px;
	width:320px;
	margin-left:32px;
	padding-bottom: 12px;
	padding-top: 1px;
	margin-top: 0;
}

#div-input-file #file-original{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

#div-input-falso{
	margin-top:-28px;
}

#div-input-falso #file-falso{
	width:276px;
	height:26px;
	font-size:18px;
	font-family: Verdana;
	border: 1px solid #ccc;
}

#div-input-file input[type=submit] {
	position: absolute;
	right: -90px;
	height:28px;
	top: 2px;
	width: 80px;
	border: 1px solid #0A3970;
	color: #fff;
	background-color: #0C478B;
}

.formData {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #eee;
}


.formData .input, .formData .textarea, .formData .file{
	position: relative;
}

.formData label {
	position: absolute;
	text-align:right;
	width:150px;
	padding-top: 4px;
}

.formData .input input {
	padding: 4px;
	margin-left: 160px;
}


.formData .input input.expand {
	width: 200px;
}

.formData .file input {
	padding: 4px;
	margin-left: 160px;
}


.formData .input .phone {
	display: inline;
	margin-left: 160px;
}

.formData .input .phone input {
	margin-left: 0;
}

.formData .select select{
	margin-left: 160px;
	margin-bottom: 4px;
}


	.formData .select select.withIcons option{
		padding: 2px;
		padding-left: 24px;
		background-repeat: no-repeat;
		background-position: 2px 2px;
	}

.formData .group {
	margin-top: 16px;
	margin-bottom: 16px;
}

.formData .input {
	margin-bottom: 4px;
	margin-top: 4px;
}

.formData .input.error {
	color: #c00;	
}
.formData .input.error input {
	margin-bottom: 4px;
}

.formData .textarea textarea {
	margin-left: 160px;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 200px;
}
.formData .textarea textarea.large {
	margin-left: 4%;
	width: 90%;
	height: 180px;
}

.formData div.radio {
	margin-bottom: 4px;
	margin-top: 4px;
}


.formData textarea.wc200 {
	height: 120px;
}

.formData textarea.wc220 {
	height: 120px;
}
.formData textarea.wc1000 {
	height: 220px;
}

.formData .checkbox label, .formData .radio label {
	position:relative;
	text-align:left;
	width: auto;
	color: #000;
}

.formData .fieldAlert {
    background-color: #FFC;
    border: 1px solid #e80;
}


.formSubmit {
    clear: both;
	padding: 12px;
	background-color: #f8f8f8;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.formSubmit .submit {
    display: inline-block;
}

.formSubmit .submit input{
	height: 48px;
	width: 140px;
	background-color: #0C478B;
	border: 1px solid #0A3970;
	background-image: url(../img/bg_blue_button.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
}

.formSubmit .submit input.option{
	background-color: #666;
	border: 1px solid #333;
	background-image: url(../img/bg_grey_button.gif);
}
	
	.formData .wordCounter {
		position: absolute;
		left: 390px;
		top: 0;
		font-size: 20px;
		color: #888;
	}
	
	
	

/*
------------------------------------------------------------
Expanded form
------------------------------------------------------------
*/

.formExpanded {
	padding: 10px 0;	
}

.formExpanded h3{
	padding: 10px 4px 16px 4px;
}

.formExpanded .input,
.formExpanded .file,
.formExpanded .radio,
.formExpanded .position{
	padding: 8px 0;
        vertical-align: middle;
}
	
	.formExpanded.selected {
		background-color: #FFC;	
	}
	
	.formExpanded:hover {
		background-color: #FFC;	
	}
	
	.formExpanded ul {
		list-style: none;	
		margin: 0;
		padding: 0;
	}
	
	.formExpanded ul li {
		list-style: none;	
		margin: 4px 0 4px 10px;
		padding: 0;
	}

    .formExpanded .input label,
    .formExpanded .file label,
    .formExpanded .select label,
    .formExpanded .radio label,
    .formExpanded .position label {
		display: inline-block;
		width: 160px;
		text-align: right;
		padding-right: 20px;
                font-size: 14px;
                color: #666;
	}

    .formExpanded .radio .radio {
        width: auto;
        text-align: left;
        color: #000;
        font-size: 12px;
        padding: 0;
        padding-bottom: 4px;
        margin-right: 16px;
        margin-left: 4px;
    }
	
	.formExpanded .input input   {
		width: 240px;	
	}
	
	.formExpanded .submit {
		margin-top: -1.4em;	
	}
	
	.formExpanded .current {
		color: #888;
		font-size: 10px;
		padding-left: 128px;
		padding-top: 2px;
		margin-bottom: 8px;
	}
	
	.formExpanded .error-message {
		margin-left: 128px;	
	}


.formExpanded .imageUpload button {
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #0C478B;
    padding-left: 20px;
    background-color: transparent;
    background-image: url(../img/icons/16_upload_image.gif);
    background-repeat: no-repeat;
    background-position: left;
}
.formExpanded .imageUpload button.busy {
    color: #800;
    background-image: url(../img/ajax_loader_s.gif);
}

.position_picker {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
    display: inline-block;
    margin-left: -4px;
    cursor: pointer;
    border-color: #ccc;
}

.position_picker td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #ccc;
}

.position_picker .selected {
    background: #888;
}

.sampleCard0
{
    background-position: left top !important;
}

.sampleCard1
{
    background-position: center top !important;
}

.sampleCard2
{
    background-position: right top !important;
}

.sampleCard3
{
    background-position: left center !important;
}

.sampleCard4
{
    background-position: center center !important;
}

.sampleCard5
{
    background-position: right center !important;
}

.sampleCard6
{
    background-position: left bottom !important;
}

.sampleCard7
{
    background-position: center bottom !important;
}

.sampleCard8
{
    background-position: right bottom !important;
}
