/*little window*/
.window {
	width: 425px;
	background: url(../image/Opel/small_win/win_top.png) no-repeat;
	padding-top: 11px;
    position: absolute; top: 400px; left: 200px; 
    z-index: 1000;
}
.win_body{
	width: 425px;
	background: url(../image/Opel/small_win/win_body.png) repeat-y;
	clear: both;
}
.win_bottom{

	width: 425px;
	height: 11px;
	background: url(../image/Opel/small_win/win_bottom.png) no-repeat;

}
.win_body div{
	clear: both;
	width: 420px;
	height: 30px;
	margin-bottom: 10px;
}
.win_body a{
	display: block;
	float: left;
	text-decoration: none;
	color:#024c98;
	font-weight: bold;
	font-size: 16px;
}

.win_body div img{
	border: none;
	margin-left: 10px;
	position: relative; 
	top: 4px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.win_body div a span {
	display: block;
	float: left;
	width: 340px;
}


.win_body  .win_close{
	float: right;
	width: 18px;
	height:18px;
	background: url(../image/Opel/small_win/close_ico.png) no-repeat;
	margin-right: 10px;
}
.win_body img{
	margin-left: 30px;
}
.win_body p{
	display: block;
	clear: both;
	width: 350px;
	margin-left: 30px;
	amargin-top: 20px;
	font-size: 13px;
}
/*little window end*/
/*SteWin window*/
#StepWin {
    
}
#StepWin div {
    width: 750px;
}
#StepWin div table tr {
   margin-bottom: 10px;
}
#StepWin div table tr td.cb_InputField textarea.cb_inp {
    border: 1px solid #E5E5E5;
    width: 350px; height: 100px;
}
#StepWin div table tr td.cb_InputField input.cb_inp {
    border: 1px solid #E5E5E5;
    width: 350px; vertical-align: top;
}
#StepWin div table tr td.cb_NamesField {
    width: 150px; vertical-align: top;
}
#StepWin div table tr td.cb_NamesField strong {
   margin: 0px;
   font-size: 12px;
}
#StepWin div table tr td.cb_CommentField {
    color: #999999; font-size: 10px;
    padding-left: 10px; width: 120px;
}
#StepWin div a {
    margin-left: 150px;
}
