/* Author: mcl */

/* ImgContainerModule */

.containerImg {

	width: 189px;
	height: 129px;
}

.boxFinishElem {
	background-image: url(../../img/leftBoxes/boxFinishImg.png);
	height: 10px;
	width: 249px
}

.setSizeBoxesLeftGrad {
	width: 197px;
	height: 103px;
}

.setSizeBoxesBottom {
	width: 249px;
	height: 32px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.setSizeBoxesBottomGrad  {
	width: 167px;
	height: 30px;
}

/* Image container module by pza */
.imgConMainComponent {
	width: 249px;
	height: auto;
	position: relative;
	top: -69px;
	z-index: 20;
}

.imgConBoxTopComponent {
	width: 249px;
	height: 20px;
}

.imgConBoxCornerTopLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopLeft.png);
	background-repeat: no-repeat;
}

.imgConBoxTop {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxTop.png);
	background-repeat: repeat-x;
}

.imgConBoxCornerTopRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopRight.png);
	background-repeat: no-repeat;
}

.imgConBoxMiddleComponent {
	width: 249px;;
	height: auto;
}

.imgConBoxMiddleLeftGrad {
	background-image: url(../../img/leftBoxes/boxGradLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
}

.imgConBoxMiddleRightGrad {
	background-image: url(../../img/leftBoxes/boxGradRight.png);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}

.imgConBoxCornerBottomLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.imgConBoxBottom {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxBottom.png);
	background-repeat: repeat-x;
}

.imgConBoxCornerBottomRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}


.imgConBoxMiddleComponentBacground {
	margin-left: 16px;
	margin-right: 16px;
	background-color: #00466A;
	background-image: url(../../img/leftBoxes/boxBacground.png);
	background-repeat: repeat;
}
.imgConBoxImg {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	
}
.imgConWrapper {
	margin-left:15px;
	margin-top:10px;
	margin-right: 15px;
	float: left;
	width: 84%;
}

.buttonImgConLeft {
	background:transparent url(../../img/poll/sondaButtonLeft.png) no-repeat scroll left center;
	clear:left;
	float:left;
	height:20px;
	width:5px;
}
.buttonImgConContent {
	float:left;
	width: 93%;
}
.imgConButton {
	background:#25AAE1 none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:12px;
	height:20px;
	width:100%;
}
.buttonImgConRight {
	background:transparent url(../../img/poll/sondaButtonRight.png) no-repeat scroll left center;
	clear:right;
	float:left;
	height:20px;
	width:5px;
}

.imgConInput_text_left {
	background:transparent url(../../img/controls/inputLeftSide.png) repeat scroll 0 0;
	float:left;
	height:22px;
	margin-left:2px;
	margin-top:2px;
	width:3px;
}
.imgConInput_text_right {
	background:transparent url(../../img/controls/inputRightSide.png) repeat scroll 0 0;
	float:left;
	height:22px;
	margin-top:2px;
	width:3px;
}
.imgConInput_text {
	background:transparent url(../../img/controls/inputCenterSide.png) repeat scroll 0 0;
	border:0 none;
	color:#6D6E71;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	height:16px;
	margin-top:2px;
	padding:3px;
	width:172px;
}
.imgConInput_text_main {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	
}

