For the english translation scroll down please …
Hallo zusammen,
ich benutze cforms auf der Seite eines Kunden. Aktuelle Wp und cforms Version.
Deshalb möchte ich versuchen das Problem ohne posten des Links zu lösen,
wenn Ihr einverstanden seid.
Ich benutze das Theme proclouds.
Alles funktioniert einwandfrei, nur beim Layout habe ich einen Darstellungsfehler.
Beim FF wird das Formular normal links mit einem kleinen Abstand zum Content div angezeigt.
Beim IE (bei mir im Moment Vers.7 ) wird das Formular rechtsbündig angezeigt.
Als wäre irgendwo float right – is aber nich.
Wenn ich bei
.cform {
margin:10px auto 0 auto;
width: 410px;
}
width: 410px; auf z.B. 500px setze, wird alles schön nach links geschoben.
Das kann ich natürlich machen bis es so wie im FF ausschaut,
ist aber nicht die optimale Lösung.
Außerdem verschiebt es dann ja den Submit Button nach rechts.
Wenn ihr da einen Tipp habt, wäre ich recht happy 
Here comes the translation –
Im using the proclouds Theme with the last Versions of Wp and cforms
and everything is running wvery well.
There is just a Problem with the Layout.
In the FF the formfield is on the left side – how it got to be,
but in the IE (Vers.7) the Form is on the right side. As there is a float right, but it isnt.
When i change
.cform {
margin:10px auto 0 auto;
width: 410px;
}
width: 410px; to maybe 500px everything goes more to the left.
I could do that until it looks like in FF but thats not a good way.
Also the Submit Button would go to the right by this way.
Im happy if u know a way how to fix that!
Hope my english was good enough