/* Content 2.0 stylesheet

body .c2Form { border: 0px } 
body .dividerRule { border-top: 0px } 
body .InvSquestions { font-size: 12px } 
body .titleInput { width: 50% } 
body .storyInput { height: 150px } 

Form  .c2Form  The entire C2 form container. Add a border if desired (see the example below.

 
Questions  .InvSquestions  Add a color to the background of the form headlines, or add italics.

 
Title Input  .titleInput  You can adjust the width of the entry field, either in px or %.

 
Story Input  .storyInput  You can adjust the width of the story field in either px or %. You can adjust the height in px only. 300 px gives a shorter entry field, but not so short that your visitors might feel limited.

 
Other text  .otherText  This text should match your page text, so you probably won't need to change this.  */


body .className {

background: ffffff;
border: 543d2e;
padding: 10px;
margin: 10px;
font: Arial;
}




body .c2Form {
border: 1px solid #543d2e;
width:  95%
}

body .InvSquestions {
font-size: 12px
 } 
 
body .storyInput {
height:  500px
 } 
