
.co_application table.editor
{
    width: 720px;
    cell-spacing: 10px;
    height: 180px;
}

.co_application table.editor td.left
{
    width: 350px;
    /*border-right: 1px solid #ffffff;*/
    margin-right: 10px;
}

.co_application table.editor td.middle
{
    width: 245px;
    min-width: 245px;
    max-width: 245px;
    padding-right: 10px;
    /*border-right: 1px solid #ffffff;*/
}

.co_application table.editor td.middle div.rpc_status,
.co_application table.editor td.right div.rpc_status
{
    float: right;
}

.co_application table.editor td.middle div.error_desc
{
    display: none;
    clear: both;
    padding-bottom: 5px;
    font-weight: bold;
    color: yellow;
}

.co_application table.editor td.middle span.s_subject ,
.co_application table.editor td.middle span.n_subject
{
    display: block;
}

.co_application table.editor td.middle span.s_label
{
    position: relative;
    display: block;
    top: -14px;
    margin-left: 20px;
    max-width: 240px;
}
.co_application table.editor td.middle div.spinner_s_subject img {
    margin-bottom: 5px;
}

.co_application table.editor td.right img.n_image
{
    position: relative;
    top: +2px;
    margin-left: 7px;
}

.msie6 .co_application table.editor td.right img.n_image
{
    position: relative;
    top: +2px;
    margin-left: 3px;
}

.co_application table.editor td.right span.n_label
{
    position: relative;
    display: block;
    top: -14px;
    margin-left: 42px;
    max-width: 240px;
}

.co_application table.editor td.right a.n_link,
.co_application table.editor td.right a.n_link:active,
.co_application table.editor td.right a.n_link:focus,
.co_application table.editor td.right a.n_link:visited,
{
    color: white;
    text-decoration: none !important;
}

.co_application table.editor td.right a.n_link:hover
{
    text-decoration: underline;
}

.co_application table.editor td.right
{
    width: 175px;
}

.co_application table.editor input[type=text]
{
    width: 162px;
}

.co_application table.editor input[type=password]
{
    width: 120px;
}

.co_application table.editor select,
.co_application table.editor option
{
    width: 166px;
}

.co_application table.editor td.right,
.co_application table.editor td.middle
{
    padding-left: 12px;
}

.co_application table.editor td
{
    vertical-align: top;
}

.co_application table.editor .fieldname
{
    width: 90px;
    float: left;
    padding-bottom: 10px;
}

.co_application table.editor td.middle .fieldname
{
    width: 100px;
}

.msie6 .co_application table.editor td.middle .label
{
    width: 90px !important;
}

.co_application table.editor .edit_field
{
    float: left;
    padding-right: 3px;
}

div.bottomline
{
    /*border-bottom: 1px solid #ffffff;*/
}

div.break
{
    margin-bottom: 10px;
}

.co_application table.editor td.right input[type=file]
{
    height: 94px;
    width:  94px;
}

.img_upload {
    position: absolute;
}

.img_upload .title {
    height: 40px;
}

.img_upload .title span {
    float: left;
    clear: both;
}

.img_upload .title span.info {
   margin-top: 4px;
}

.img_supporter_widget {

}

.img_upload .rpc_status
{
    position: relative;
    height: 16px;
    left: +3px;
    top: -2px;
}

.img_upload .div_remove {
    position:absolute;
    top: 0px;
    left: 110px;
    width: 130px;
}

.img_upload .div_remove *
{
    cursor: pointer;
}

.field .img_upload .widget_container
{
    border: 1px solid white;
    width:94px;
    height:94px;

}

.fileUploadQueueItem {
    display: none;
    position: relative;
    font: 11px Verdana, Geneva, sans-serif;
	/*background-color: #F5F5F5;
	border: 3px solid #E5E5E5;*/
	margin-top: 5px;
	padding: 10px;
	width: 94px;
	height: 25px;
	margin-left: 100px;
	top: -105px;
}
.fileUploadQueueItem .cancel {
	float: left;
}
.fileUploadProgress {
	/*background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;*/
	margin-top: 10px;
	width: 100%;
	display: none;
}
.fileUploadProgressBar {
	/*background-color: #0099FF;*/
	color: black;
}

.co_application table.editor span.d_label {
    position: relative;
    display: block;
    top: -15px;
    margin-left: 20px;
}

.msie6 .co_application table.editor span.d_label {
    top: -12px;
}

.profile_remove {
    margin-top: 20px;
    float: left;
    position: relative;
}


.profile_remove *
{
    cursor: pointer;
}

.save_dummy {
    margin-top: 20px;
    margin-right:30px;
    float: right;
    height: 16px;
    width: 125px;

    position:relative;
}

.save_dummy *
{
    cursor:pointer;
}

.save_dummy .save_button
{
    position: absolute;
    top:0;
    right:0;
}

#save_dummy_msg {
   clear: both;
   float:right;
   margin-right: 30px;
   font-weight: bold;
   color: yellow;   
}