*{
    margin: 0;
    padding: 0;
}

html, body{
    font-family:Arial,Geneva,sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
}

input {
    font-size: 10px;
}

body{
    background: #FFFFFF url("/design/images/img01.3.gif") repeat-x scroll 0 0;
    position: relative;
}

a{
    color: #45688E;
}

form{
    margin: 0;
    padding: 0;
}

form dt{
    color: #36638E;
}

form input,
form textarea{
    border:1px solid #C0CAD5;
}

form .hint{
    font-style:italic;;
}

fieldset{
    border: 0;
}

img{
    border: none;
}

.part{
    position: absolute;
}

.part .pi{
    width: inherit;
    height: inherit;
}


/*  ratings*/
.rating{
    color: #333333;
    height: 20px;
    width: 115px;
    margin: 5px auto;
}

.rating .stars{
    /*23px × 23px*/
    background: url('/design/bluestar.png') repeat-x;
    width: 115px;
    height: 23px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}

.rating .stars .value{
    position: absolute;
    height: 23px;
    background: url('/design/yellowstar.png') repeat-x;
    padding: 0;
    margin: 0;
    border: 0;
    top: 0;
    left: 0;
}

.rating .stars .star{
    height: 23px;
    width: 23px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 10000;
}

.rating .stars .star1{
    width: 23px;
}
.rating .stars .star2{
    width: 46px;
}
.rating .stars .star3{
    width: 69px;
}
.rating .stars .star4{
    width: 92px;
}
.rating .stars .star5{
    width: 115px;
}

.rating .stars .star:hover{
    background-image: url('/design/yellowbluestar.png');
    background-repeat: repeat-x;
}

.rating .stars .star:hover .no{
    background-image: none;        
}

/******/

#avapane{
	position: relative;
    border: 1px solid black;
	/*background: transparent url(/design/images/transparent.jpg);*/
	padding: 0;
	margin: 0;
    overflow: hidden;
	border: none;
}

#croppane{
    background-image: url("/design/images/transparent.jpg");
    margin: 5px auto;
}

#wrapper{
    margin: 0 auto 0 auto;
}

#header{
    padding-top: 10px;
    color: #610720;
    margin: 0 auto 5px auto;
    padding: 10px 0;
    width: 100%;
    background-color: #a4c0c8;
}

#header .center{
    width: 350px;
    margin: auto;
    padding-right: 468px;
    position: relative;
    text-align: center;
}

#header .ads{
    position: absolute;
    width: 468px;
    height: 60px;
    top: 3px;
    right: 0;
}

#header h1{
    margin-bottom: 0;
    font-size: 25px;
}

#header a{
    color: #000000;
    text-decoration: none;
}

#header strong a{        
    color: #610720;
    font-size: 12px;
    width: 280px;
}

#menu{
    left: 280px;
    list-style: none;
    text-align: center;
    margin: 7px 0 0 0;
}

#menu a{
    color: yellow;
    font-weight: 700;
    font-size: 14px;
    padding: 2px;
    text-decoration: underline;
}

#footer{
    text-align: center;
    font-size: 12px;
    padding: 30px 20px 20px 20px;
    background-color: #a4c0c8;
}

#randomGallery{
    text-decoration: none;
}

#randomGallery img{
    border: none;
    padding: 0;
    margin: 10px;
}

#randomGallery a{
    display: block;
}

#randomGallery strong{
    font-size: 14px;
    text-decoration: underline;

}

#footer a{
    color: #610720;

}

#description{
    text-align: left;
    width: 600px;
    margin: auto;
}

#description ul{
    margin-left: 200px;
    list-style-type: none;
}

#description li{
    margin: 10px 0 10px 0;
}

#page {
    vertical-align: middle;
    width: auto;
    margin-bottom: 20px;
}


#tender{
    font-size: 20px;
    text-align: center;
}

#tender a{
    color: #F73032;    
}

.red{
    color: #F73032;
}

h1{
    color: #45688E;
}

#welcome{
    font-size: 12px;
    line-height: 20px;
    width: 728px;
    margin: auto;
    padding: 20px 0 20px 0;
    color: #333333;
}

#welcome div{
    line-height: 25px;
    text-indent: 40px;
}

#welcome h1, #welcome h3{
    margin: 10px 0;
    text-align: center;
}

#welcome h3{
    color: #610720;
}


#upload{
    margin: auto;
    text-align: center;
    font-size: 15px;
}

#upload .submit{
    font-size: 16px;
    font-weight: bold;
}

#rotate_left,#rotate_right{
    width: 41px;  /*27 + fields*/
    height: 25px; /*21 + fields*/
    margin: 0 5px 0 5px;
}

#rotate_left{
    background: transparent url('cursor/rotate_left.gif') center center no-repeat;

}

#rotate_right{
    background: transparent url('cursor/rotate_right.gif') center center no-repeat;
    margin-right: 30px;
}



.avasize{
    padding: 0 10px;
    /*white-space: pre;*/
    cursor: default;
    width: 250px;
}

.avasize * {
    white-space: pre;
}

#avaedit * {
    font-size: 1px;
    border: 0;
    margin: 0;
    padding: 0;
}

#region .cut{
    background-color: gray;
    opacity: 0.7;
}


#mask {
    border: 1px solid gray;
}

#mask:hover{
    border: 1px solid white;
}

.opaque05 {
	opacity: 0.5; /* for all other browser*/
    filter: alpha(opacity=50); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*for IE8*/
}

.opaque07 {
	opacity: 0.7; /* for all other browser*/
    filter: alpha(opacity=70); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*for IE8*/
}

.opaque08 {
	opacity: 0.8; /* for all other browser*/
    filter: alpha(opacity=80); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*for IE8*/
}

#clipsize{
    border: 1px solid #f2f300;
}

#clipsize .resize_v{
    height: 19px;
    width: 19px;
    background: url('cursor/clipresize_v.gif');
    position: relative;
    left: -9px;
    top: -10px;
}

#clipsize  .resize_b{
    top: 10px;
}

#clipsize .resize_h{
    height: 19px;
    width: 19px;
    background: transparent url('cursor/clipresize_h.gif');
    position: relative;
    top: -9px;
    left: -10px;
}

#clipsize .resize_r{
    left: 10px;
}

#imgmove{
    position: absolute;
    left: 50%;
    top: 50%;
}

#imgmoveimg{
    height: 40px;
    width: 40px;
    position: relative;
    top: -20px;
    left: -20px;
    background: transparent url('cursor/move.gif');
}


#size .size_change{
    position: absolute;
    /*color: red;
    background-color: red;
    background-image: url('/cursor/resize_mt.gif');
    background-position: center;
    background-repeat: no-repeat;
    */
}

#size .size_corner{
    height: 20px;
    width: 20px;
}

#size .sc_hl{
    position: absolute;
    top: 50%;
    left: -20px;
}

#size .sc_hr{
    position: absolute;
    top: 50%;
    width: 20px;
    right: -20px;
}


#size .sc_hr div, #size .sc_hl div{
    position: relative;
    height: 40px;
    width: 20px;
    top: -20px;
}

#size .sc_vt{
    position: absolute;
    left: 50%;
    top: -20px;
}

#size .sc_vb{
    position: absolute;
    left: 50%;
    height: 20px;
    bottom: -20px;
}


#size .sc_vt div, #size .sc_vb div{
    position: relative;
    width: 40px;
    height: 20px;
    left: -20px;
}

#result {
    text-align: center;
    margin: 0 20px 0 20px;
}

#result a.download{
    display: block;
    margin: 5px 0 ;
    text-decoration: underline;
    color: red;
    font-size: x-large;
    font-weight: bold;
    cursor: pointer;
}

#result a.as{
    font-weight: bold;
    padding: 0 5px 0 5px;
}

#bm_btn{
    position: absolute;
    text-align: center;
    top: 15px;
    right: 0;
    padding: 5px 110px 5px 10px;
}

#uploaded{
    background-color: #EEEEEE;
    height: 52px;
    padding: 2px;
    margin-bottom: 5px;
}

#uploaded img{
    height: 50px;
    margin: 0 5px 0 5px;
    border: none;
    padding: 0;
}

#edit .panel{
    text-align: center;
    margin-bottom: 10px;
}

#edit .panel button{
    margin: 0 10px;
}

.btn{
    height: 38px;
    padding: 0 5px 0 34px;
    font-weight: bold;
    border: 1px solid #a4c0c8;
}

.btn:hover{
    border: 1px solid #610720;
    background-color: #aaaaaa;
}

.uploadBtn{
    background: #eeeeee url('/design/images/Upload_32x32.png') no-repeat 2px 2px;
}

.deleteBtn{
    background: #eeeeee url('/design/images/Delete_32x32.png') no-repeat 2px 2px;
}

.makeBtn{
    background: #eeeeee url('/design/images/Settings_32x32.png') no-repeat 2px 2px;
}

#fieldset-buttonsGroup{
    margin-top: 5px;
}

#panetable{

}

#imagesList{
    bottom: 0;
    right: 25px;
    position: absolute;
    width: 120px;
    overflow: hidden;
}

div > div#imagesList {
    top: 85px;
    bottom: 20px;
    position: fixed;
}

#imagesList .image{
    width: 100px;
    position: relative;
    background: white;
    background-color: #EEEEEE;
    border: white solid 4px;
    padding: 4px;
    text-align: left;
}

#imagesList .image a.edit{
    display: block;
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 16px;
    width: 16px;
    background: url(/design/images/edit_16x16.png) no-repeat;
}

#imagesList .image a.undo{
    display: block;
    font-size: 10px;
    position: absolute;
    /*top: 20px;*/
    right: 2px;
    height: 16px;
    width: 16px;
    background: url(/design/images/Undo_16x16.png) no-repeat;
}


#imagesList .image a.delete{
    display: block;
    font-size: 10px;
    position: absolute;
    /*top: 38px;*/
    top: 20px;
    right: 2px;
    height: 16px;
    width: 16px;
    background: url(/design/images/Delete_16x16.png) no-repeat;
}

#imagesList .c{
    width: 70px;
    overflow: hidden;
    text-align: center;
}

#imagesList img{
    height: 50px;
    margin-right: 30px;
    margin: auto;
}

#uimg{
    text-align: center;
    width: 200px;
    margin: auto;
}

#uimg h4{
    font-size: 14px;
}

#fieldset-uploadGroup input{
    width: 196px;
    border: 1px solid #A4C0C8;
    margin: 1px auto;
    padding: 1px;
}

#uimg small{
    display: block;
    padding-top: 10px;
    font-size: 10px;
}

.error{
    color: red;
    font-size: small;
}

#uimg .errors{
    color: red;
    font-size: small;
}


#leftcol{
    text-align: center;
}

#selectMode{
    text-align: center;
    margin: auto;
}

#selectMode td{
    text-align: center;
    background-color: #EEEEEE;
    border: 2px solid white;
    padding: 4px 2px;
}

#makebutton{
    display: none;
    margin: auto;
}

.dialogBackground{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


#help h2 a:visited{
    color: blue;
}

#linkhowto {
    position: relative;
}

#linkhowto img{
    border: 0;
}

#linkhowto .help{
    color: black;
    padding: 10px;
    border: 2px solid gray;
    background: white;
    display: none;
    position: absolute;
    left: -50px;
    bottom: -50px;
}

#linkhowto:hover .help{
    display: block;
}

.iwrap{
	position: absolute;
	font-size: 1px;
}

.iwrap img{
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
}

.iwrap .region{
	height: inherit;
	width: inherit;
	border: 1px solid green;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.iwrap .r{
	position: absolute;
	background-color: green;
	width: 20px;
	height: 20px;
	z-index: 100;
}

.rt{
	left: -20px;
	top: -20px;
}

.lt{
	right: -20px;
	top: -20px;
}

.rb{
	right: -20px;
	bottom: -20px;
}

.lb{
	left: -20px;
	bottom: -20px;
}

.rotate{
	width: 1px;
	height: 1px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 101;
}

.start{
	position: relative;
	width: 10px;
	height: 25px;
	background-color: red;
	left: -5px;
	top: -25px;
}

#rotator{
	position: absolute;
	z-index: 200;
}


.small{
    margin: auto;
}

#gallery .small{
    float: left;
    margin: 0 10px 40px 10px;
}

#gallery a{    
}

#grandom{
    padding: 0 5px;
    text-align: center;
}

.small{
    width: 180px;
    height: 170px;
    overflow: hidden;
}

.small a{

}

.small h5{
    text-align: center;
}

.small h3{
    text-align: center;
    font-size: 12px;
    width: 150px;
    text-align: center;
    overflow: hidden;
    margin: 5px auto;
    padding: 0;
}

.small div.img{
    margin: auto;
    width: 100px;
    height: 100px;
    text-align: center;
}

.last_comments{
    width: 160px;
    overflow: hidden;
    list-style: none;
    text-align: left;
}

.last_comments li{
    text-indent: 20px;
    margin-bottom: 10px;
    background: transparent url('/design/images/comment.gif') 0 top no-repeat;
}

.comments input,
.comments textarea{
    width: 100%;
}


.comment{
    background: transparent url('/design/images/comment.gif') 0 top no-repeat;
    text-indent: 20px;
    width: 500px;
}

.comment strong{
    color: #36638E;
}