/*
 * Another In Place Editor - a jQuery edit in place plugin
 *
 * Copyright (c) 2009 Dave Hauenstein
 *
 * License:
 * This source file is subject to the BSD license bundled with this package.
 * Available online: {@link http://www.opensource.org/licenses/bsd-license.php}
 * If you did not receive a copy of the license, and are unable to obtain it,
 * email davehauenstein@gmail.com,
 * and I will send you a copy.
 *
 * Project home:
 * http://code.google.com/p/jquery-in-place-editor/
 *
 */

/*.inplace_save{
  width: 102px;
  height: 25px;
  background: url("../images/btn_savechg.png") no-repeat;
  color: #ff0000;
} */

.inplace_cancel{
  margin-left: 50px;
} 
 
code{
    display: block;
    background: #ddd;
    border: solid 2px #666;
    line-height: 15px;
}

#container{
    width: 650px;
}