.mod_articles .wrapper{
	width: 100%;
}

.mod_articles .wrapper .openanons2{
	float:left;
	margin-right:10px;
}

.mod_articles .wrapper .items2{
	/*float: left;*/
}

.mod_articles .wrapper .items2 a.title{
	font-size:14px;
	color:#fff;
	text-decoration:none;;
	margin: 5px 0;
    display:block;
    margin-left: 140px;
}

.mod_articles .wrapper .items2  .anons {
	min-height: 90px;
	/*margin: 30px 0;*/
	overflow: hidden;
        width: 100%;
        padding-bottom: 5px;
}
.mod_articles .wrapper .items2  .anons .img{
        margin-right: 25px;
}
form.article-order{
   margin-bottom: 40px;
   margin-top: 20px;
}
.order-field,
.order-select,
.order-textarea,
.order-captcha
{
    width:550px;
    position: relative;
}
.order-captcha{
    overflow: hidden;
}
.order-captcha img.captcha{
    float:left;
    margin:10px 15px 10px 0;
}

.order-select,
.big-textarea{
    width: 508px;
}

.order-field label,
.order-select label,
.order-textarea label,
.order-captcha label{
    width:100%;
    display:block;
    color:#494949;
    font-size: 14px;
}
.form_field,
.form_select,
.form_textarea,
.form_captcha{
    margin: 10px 0 10px 0;
    display: block;
    width:100%;
    height: 31px;
}
.form_captcha{
    float:left;
    width: 80%;
}
span.select{
    margin: 5px 0 20px 0;
}
.form_textarea{
    height: 75px;
    font-family: "Arial";
}
button.form_submit,
button.payment_submit{
    border: none;
    background: url('/mod/order/front/img/button-bg.png') top left repeat-x;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: normal;
    border-radius: 3px;
    behavor: url('/css/PIE/PIE.htc');
    margin-top: 5px;
    cursor: pointer;
    display: block;
    float:left;
    margin-right: 10px;
}

p.form-title{
    color:#010101;
    font-size: 24px;
    margin:  0 0 15px;
}
p.form-desc{
    font-size: 16px;
    margin: 0 0 30px;
    color:#010101;
}
span.description{
    width:100%;
    display:block;
    color:#494949;
    font-size: 14px;
    margin-top: 20px;
}
span.error{
    display:none;
    color:red;
    font-size: 14px;
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    width:250px;
}
img.mod_order_loader{
    display:none;
}

div.article_price{
    color:#452b85;
    font-size: 24px;
}