/* forms where the labels are above the elements */
.scform label { display: block;clear: both; margin-top: 20px; margin-bottom: 4px}

/* forms where the labels are to the left of the elements */
/* .scform label { display: inline; clear: left; margin-top: 20px; margin-bottom: 4px}
*/

.scform span.input {  display: block;clear: both;  }
/*.scform .required { color: black;}*/

#capcher { position: relative; top: -50px;margin: 0px;padding: 0px;}
#capcher-element{ position: relative; top: 55px;clear: both;margin: 0px;padding: 0px;}

#submit-element {position: relative; top: 30px;clear: both;margin: 0px;padding: 0px;}
#capcher-element ul li{ position: relative; top: -50px;clear: both;margin: 0px;padding: 0px;}
