.order-body {
	padding: 15px;
	background: #e6e6e6;
	margin: 25px 0;
	background-image: linear-gradient(bottom, rgb(161,190,252) 0%, rgb(219,230,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(161,190,252) 0%, rgb(219,230,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(161,190,252) 0%, rgb(219,230,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(161,190,252) 0%, rgb(219,230,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(161,190,252) 0%, rgb(219,230,255) 100%);
	border-radius: 8px
}
.comment-body {
	padding: 8px;
	background: #e6e6e6;
	margin: 15px 0;
	background-image: linear-gradient(bottom, rgb(50,237,7) 0%, rgb(161,255,140) 100%);
	background-image: -o-linear-gradient(bottom, rgb(50,237,7) 0%, rgb(161,255,140) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(50,237,7) 0%, rgb(161,255,140) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(50,237,7) 0%, rgb(161,255,140) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(50,237,7) 0%, rgb(161,255,140) 100%);
	border-radius: 8px;
	font-size: 11px;
}

.comment-body h3 {
	margin-bottom: 0.4em;
}

.comment-body p {
	margin-bottom: 0.4em;
}

.accept-project {
	margin-top: 15px;
	padding: 3px 4px;
	border: 3px green solid;
	border-radius: 15px;
	background-image: linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	cursor: pointer
}

.accept-project:hover {
	background-image: linear-gradient(bottom, rgb(194,194,194) 47%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,194,194) 47%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 47%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 47%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,194,194) 47%, rgb(255,255,255) 100%);	
}
.input-price {
	width: 28px;
}

.translator-comment-notice {
	padding: 5px;
	margin: 15px 150px 15px 0;
	border: 1px red dashed;
	font: 14px/1.5 Arial;

}

.translator-message{
	width: 120px;
	background: yellow;
	padding: 10px;
	float: right;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.translator-message p{
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

.redact-submit {
    padding: 9px 15px;
    margin-top: 15px;
    font-size: 18px;
    background-image: linear-gradient(bottom, rgb(56,194,46) 0%, rgb(178,255,173) 100%);
    background-image: -o-linear-gradient(bottom, rgb(56,194,46) 0%, rgb(178,255,173) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(56,194,46) 0%, rgb(178,255,173) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(56,194,46) 0%, rgb(178,255,173) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(56,194,46) 0%, rgb(178,255,173) 100%);
    border: none;
    border-radius: 6px;
    cursor: pointer
}

.protfolio-list {
    margin-top: 20px;
    padding-left: 25px;
    list-style: none;
}

.protfolio-list li {
    padding: 4px 0;
}

.protfolio-list a {
    color: blue !important;
}
.portfolio-list-redact {
    margin-left: 12px;
    opacity: 0.4;
}
.portfolio-list-redact:hover {
    opacity: 1;
}
.portfolio-list-delete {
    margin-left: 2px;
    opacity: 0.4;
}
.portfolio-list-delete:hover {
    opacity: 1;
}
.add-article-form input[type=text] {
    width: 450px;
    padding: 4px;
}

.add-article-form select {
    width: 458px;
    padding: 4px;
}

.add-article-form textArea {
    width: 450px;
    height: 175px;
    padding: 4px;
}

.add-article-form h2 {
    margin-top: 12px;
}

/** ÏÐÎÔÈËÜ ÏÅÐÅÂÎÄ×ÈÊÀ **/
.view-profile-table {
	width: 90%;
}
.view-profile-table td {
	padding: 15px;
}
.left-td {
	width: 34%;
	vertical-align: top;
}
.view-profile-table span {
	padding: 5px;
	background: #dbe8ff;
	font: bold 14px/1.6em Arial, Helvetica, sans-serif;
}
.view-profile-table li {
	margin-left: 15px;
}
.form-pay-account {
    padding: 14px;
}