/* Round corners */
.roundcont {
width: 100%;
background-color: #e2ecfe;
color: #333;
}

.roundcont p {
margin: 0 10px;
}

.roundtop {
background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
background: url(images/br.gif) no-repeat top right;
}

img.corner {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

input {
    border: 1px solid #bbb;
}

.attributes {
    padding: 5px;
    font-size: 0.98em;
}

.row {
	display: block;
	padding-top: 5px;
}

.aname {
	width: 150px !important;
	padding-top: 3px;
    float: left;
}

.avalue {
    float: none;
    padding-left: 150px;
}

.buttons {
    clear: both;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.btnsubmit {
    color: #000;
    font-size: 1em;
    cursor: pointer;
}

.textarea {
    width: 400px;
}

.xxxl {
    width: 300px;
}

.xxl {
    width: 200px;
}

.xl {
    width: 150px;
}

.xlselect {
    width: 147px;
}

.l {
    width: 100px;
}

.m {
    width: 70px;
}

.s {
    width: 50px;
}

.toggleicon {
    right: 7px;
    top: -7px;
    position: relative;
    clear: both;
    float: right;
    cursor: pointer;
}

.fomrfieldicon {
    padding-left: 4px;
    cursor: pointer;
}

.formdescr {
    position: relative;
    font-size: .9em;
    left: 10px;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
}