@charset "UTF-8";

/**
 * (en) pages for create content
 *
 * 
 * 
 */
 
@media screen, projection {

/*--------------------------------------------------------------------------*/
/**
 * create/edit news
 *
 */
 
 body.page-create-edit-content .gfx-title-left {width: 456px;}
 
 body.page-create-edit-content #col3 div.node-form {
 	width: 416px;
 	background: #fff;
 	padding: 20px;
 }

 /**
  * create/edit agenda
  */
 
 body.page-create-edit-content #col3 #edit-field-agenda-desc-0-value {width: 397px;}
 
 /**
  * create/edit agenda
  */
 
  body.page-create-edit-content #col3 #edit-field-appointment-nref-0-nid-nid {width: 397px;}
 
 /**
  * create/edit fees
  */
 body.page-create-edit-content #col3 #edit-field-fee-type-0-value {width: 397px;}
 
 /**
  * create/edit profile
  */
 body.page-create-edit-content #col3 #edit-field-profile-firstname-0-value,
 body.page-create-edit-content #col3 #edit-field-profile-lastname-0-value,
 body.page-create-edit-content #col3 #edit-field-profile-abo-id-0-value, 
 body.page-create-edit-content #col3 #edit-field-profile-job-0-value, 
 body.page-create-edit-content #col3 #edit-field-profile-phone-0-value, 
 body.page-create-edit-content #col3 #edit-field-profile-mobile-0-value, 
 body.page-create-edit-content #col3 #edit-field-profile-email-0-email {width: 397px;}
 

/*--------------------------------------------------------------------------*/

/* end: @media screen, projection */

}