ARTICLE AD BOX
Is there something like div:regex('some regex'){
color:red;
}
or #error_message{
display:none;
}
There could be textbox validation done using regex in css. Textbox could be found
using css like above then in case regex match color blue else color red.
So textbox validation could be done using css.
